Bitbucket 致命:无法读取 'https://bitbucket.org' 的用户名:没有这样的设备或地址
Bitbucket fatal: could not read Username for 'https://bitbucket.org': No such device or address
如果您遇到该错误或
'严重:无法读取 'https://MYUSERNAME@bitbucket.org' 的密码:没有这样的设备或地址'
我在下面找到的解决方案
- 我的 bitbucket 用户名:goofy
- 我的 bitbucket 密码:weliketoparty
将您的 Url 更改为
https://goofy:weliketoparty@bitbucket.org/YOURREPO/YOURREPONAME.git
您通常会在此处的 Bitbucket 回购协议中获得 URL
希望这对某些人有所帮助。
如果您遇到该错误或
'严重:无法读取 'https://MYUSERNAME@bitbucket.org' 的密码:没有这样的设备或地址'
我在下面找到的解决方案
- 我的 bitbucket 用户名:goofy
- 我的 bitbucket 密码:weliketoparty
将您的 Url 更改为 https://goofy:weliketoparty@bitbucket.org/YOURREPO/YOURREPONAME.git
您通常会在此处的 Bitbucket 回购协议中获得 URL
希望这对某些人有所帮助。