我无法克隆Git存储库,并收到此错误:
krishna.soni@KRISHNACHANDRAS /c/Projects $ git clone http://stage.abc.com:10088/pqr
http://<url>/<repository> Cloning into '<repository>'... fatal: could not read Username for 'http://<url>': No such file or directory
Run Code Online (Sandbox Code Playgroud)
我读过Bitbucket,Windows和"致命:无法读取密码",但仍有问题.
我继续前进,但现在得到了这个错误
sh.exe": chown: command not found
krishna.soni@KRISHNACHANDRAS /c
$ git clone ssh://krishna.sonipayu.in@stage.payupaisa.
/projects
Cloning into 'C:/projects'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
> krishna.soni@KRISHNACHANDRAS /c
> $ git clone ssh:<url>
> ts
> Cloning into 'C:/projects'...
> …Run Code Online (Sandbox Code Playgroud) 我最近重新安装了Windows并获得了最新版本的git.我在Bitbucket上创建了一个新的回购并运行
git remote add origin https://MYUSERNAME@bitbucket.org/MYUSERNAME/test.git
Run Code Online (Sandbox Code Playgroud)
然后我跑了
git push -u origin --all
Run Code Online (Sandbox Code Playgroud)
但这给了我错误
fatal: could not read Password for 'https://MYUSERNAME@bitbucket.org': No such
file or directory
Run Code Online (Sandbox Code Playgroud)
在我得到一个提示问我的用户名和密码之前,推送工作正常.我已经尝试恢复到Git 1.7.11,但这没有做任何事情.