好了,所以這裏的情景,遠程:未經授權致命:驗證失敗到位桶
我USER1登錄到我的終端到位桶帳戶。
我已經記錄在像
$ git config --global user.name "user1"
$ git config --global user.email "[email protected]"
我能夠做commit
和push
完美。
現在我在bitbucket上有另一個賬戶,並且有另一個用戶user2的電子郵件ID。
所以我登錄,如:
$ git config --global user.name "user2"
$ git config --global user.email "[email protected]"
但現在當我做git push origin master
我收到以下錯誤。
fatal: Authentication failed for 'https://[email protected]/user3/test.git/'
所以我完全從我的Ubuntu 14.04卸載git
和再次安裝並重新登錄。但即使如此也會遇到同樣的問題。
如何避免該錯誤信息?
我確實有!在我的密碼。可能是這個問題。讓我檢查 – Suraj
@Suraj'%21'然後。 – VonC
而不是!我應該使用%21? – Suraj