【发布时间】:2021-05-24 08:47:36
【问题描述】:
我正在尝试将一些代码提取到我有一段时间没有接触过的服务器中
但是,当我尝试拉动时,我被禁止了。所以我很好奇服务器项目是否有错误的git地址。但是当我尝试通过 git remote show origin 查看 Git 地址时,我得到“禁止”
cody@app-server:~/app$ git remote show origin
Enter passphrase for key '/home/cody/.ssh/id_rsa':
Forbidden
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我怎样才能解决这个问题并像以前一样继续从我的 git 存储库中提取?
【问题讨论】:
标签: git bitbucket git-remote git-show