2014-04-04 78 views
1

我想設置一個Git/Bitbucket帳戶,這樣我就可以控制我的一個項目。我創建了一個Bitbucket帳戶並創建了一個存儲庫。爲什麼Git不提示我輸入密碼?

我在Atlassian文檔中的Clone Your Git Repo and Add Source Files的第1步第8部分。

我不斷收到此錯誤:

fatal: could not read Password for 'https://[email protected]': No such file or directory 

於是我就命令

git config --global core.askpass 

然後又試了一次,但是,它仍然沒有提示我輸入密碼。我在這裏錯過了什麼? (注:我用我的實際存儲庫的克隆鏈接,而不是這裏顯示的:))。

+0

您使用的是什麼操作系統 –

回答

0

在這個工作對我來說窗:

git config --global credential.helper wincred

相關問題