美文网首页
解决git提交代码失败的问题

解决git提交代码失败的问题

作者: char1esw | 来源:发表于2019-08-22 19:13 被阅读0次

    环境:

    windows 10 Pro

    git 2.22.0

    TortoiseGit 2.8.0

    问题场景:

    已经配置了ssh密钥、用户名、密码之后,可以正常从仓库下载代码,

    但是当上传代码的时候报如下错误:

    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights

    and the repository exists.

    解决:

    打开TortoiseGit,在 设置 => Network => SSH设置为 git安装目录/usr/bin/ssh.exe  即:

    C:\Program Files\Git\usr\bin\ssh.exe

    相关文章

      网友评论

          本文标题:解决git提交代码失败的问题

          本文链接:https://www.haomeiwen.com/subject/smeosctx.html