2016-03-31 434 views
0

每當我嘗試從gitblit 1.7.1(在Windows Server 2008上運行)克隆存儲庫時,出現503錯誤。但是,如果我運行在服務器上的命令,這不會發生,即使採用相同的URL:克隆gitblit返回503

不同的機器:

$ git clone http://[email protected]:9090/r/MyProject 
Cloning into 'MyProject'... 
fatal: unable to access 'http://[email protected]:9090/r/MyProject/': The requested URL returned error: 503 

在同一臺服務器:

$ git clone http://[email protected]:9090/r/MyProject 
Cloning into 'MyProject'... 
remote: Counting objects: 3725, done 
remote: Finding sources: 100% (3725/3725) 
... 

最後我有一個類似的問題是scm-server在產生'bash'過程時遇到問題,但我無法確定這是否是同樣的問題。

即使將日誌記錄設置爲DEBUG(在gitplit和log4j屬性文件中),我也無法在gitblit日誌文件中看到任何錯誤。我還能在哪裏檢查問題是什麼?

回答

0

該問題與客戶機上的全局git代理設置有關。