2014年6月26日 星期四

git 錯誤「fatal: could not read Password for ... 」 的解決方法


很多入門的文章都寫著可以用

git clone https://username@bitbucket.org/username/bb101repo.git

來clone自己的專案,但是如果真的這樣使用指令,又會出現

fatal: could not read Password for ‘https://bitbucket.org ‘: No such file or directory

解決方法,使用以下指令:

git clone https://username:password@bitbucket.org/username/bb101repo.git

沒有留言: