Git 報錯:error: The requested URL returned error: 401 Unauthorized while accessing

git版本:1.7.1

報錯:error: The requested URL returned error: 401 Unauthorized while accessing 

方法一 :升級git的版本  >=1.7.1(這是這樣解決我的問題的)

方法二: git remote set-url origin https://[email protected]/org/project.git  (這是Stack Overflow上的解決方式)

方法三:去除驗證 git config –global http.sslverify false (這個我沒有試過)  

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章