我正在尝试进入我的远程仓库。但我总是得到这个:
Account not found.
fatal: The remote end hung up unexpectedly
在执行“git remote show origin”时,我得到了相同的响应。当我做 git remote -v 我得到这个:
origin sls@slsapp.com:1234/fitzler/fitzler-web-app.git (fetch)
origin sls@slsapp.com:1234/fitzler/fitzler-web-app.git (push)
我也成功地尝试了 ssh:
$ ssh sls@slsapp.com
Enter passphrase for key '/c/Users/jacobrohde/\.ssh\id_rsa':
Hi there! You are good to go. Just start pushing and pulling :)
Connection to slsapp.com closed.
这里有什么问题?