我用的是mobaxterm本地终端。我想使用git命令。除了凭据外,它还能发挥作用:ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directoryfatal: Could not read from remote repository.
and the repository exists.
我在Windows7机器上使用Eclipse中的Remote Systems Explorer (RSE)插件,通过SFTP在远程Linux服务器上编辑文件。我在我的机器和Linux服务器之间设置了RSA密钥对,当我在Cygwin命令提示符下时,我可以使用我的密钥进行SSH。不过,我无法在Eclipse中使用这些密钥。我还将我的公钥放在远程Linux服务器上的~/.ssh/authorized下,但是当我连接到远程Linux
我在GitLab上创建了一个存储库,我有一个本地项目。origin git@gitlab.com:projects/MyPrj.git (fetch)当我试图将它推到存储库时,使用:我知道这个错误:fatal: Could not read from remote repository.
Please make sure you have t