我尝试过git pull --rebase,我收到以下错误:
ssh: Could not resolve hostname git: nodename nor servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Run Code Online (Sandbox Code Playgroud)
我试过了,git remote -v并且正确列出了原点.
我该如何解决这个错误?
Yun*_*hel 10
我最近通过ssh从我的叉子上的远程地址中删除来解决这个问题:
origin ssh://git@ghe.company.net:yunus/client.git (fetch)
origin ssh://git@ghe.company.net:yunus/client.git (push)
...
Run Code Online (Sandbox Code Playgroud)
更新为:
origin git@ghe.company.net:yunus/client.git (fetch)
origin git@ghe.company.net:yunus/client.git (push)
...
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
16528 次 |
| 最近记录: |