しばらく触れていないサーバーにコードを取り込もうとしています
しかし、引っ張ろうとすると禁断。したがって、サーバー プロジェクトの git アドレスが間違っているかどうかに興味があります。しかし、経由でGitアドレスを見ようとするとgit remote show origin
、「禁止」と表示されます
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 リポジトリからプルし続けることができますか?