,同時試圖做的亭子上安裝node.js的命令PROMT即時得到以下錯誤錯誤而安裝涼亭包
bower check-new Checking for new versions of the project dependencies..
bower ECMDERR Failed to execute "git ls-remote --tags --heads [email protected]:XXXXX/XXXX", exit
Additional error details:
ssh: connect to host github.com port 22: Bad file number
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
有人能幫幫我嗎?
注意:我在公司網絡上。
我有一個類似的問題,我仍然無法解決它。 當你設置代理設置時,你用某個東西替換「x」還是把它放在那裏? –
這裏的x代表ip地址..例如你的代理ip地址是192.168.1.2你需要設置npm配置爲 「proxy」:「http://192.168.1.2:8080」, 「https-代理「:」http://192.168.1.2:8080「 –
謝謝! 其實我通過從.gitconfig文件中刪除一些行來解決這個問題。 –