質問編集履歴
1
コマンド実行時のエラーメッセージの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,4 +38,32 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
+
プロジェクトのローカルリポジトリで```git pull origin main```を実行すると以下のようなエラーメッセージが返ってきます。
|
42
|
+
|
43
|
+
```ここに言語を入力
|
44
|
+
|
45
|
+
ERROR: Repository not found.
|
46
|
+
|
47
|
+
fatal: Could not read from remote repository.
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
Please make sure you have the correct access rights
|
52
|
+
|
53
|
+
and the repository exists.
|
54
|
+
|
55
|
+
```
|
56
|
+
|
57
|
+
GitHubとの通信は成功します。```ssh -T git@github.com```
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
```
|
62
|
+
|
63
|
+
Hi 私の個人のGitHubアカウント名! You've successfully authenticated, but GitHub does not provide shell access.
|
64
|
+
|
65
|
+
```
|
66
|
+
|
67
|
+
|
68
|
+
|
41
69
|
ここまで書いて思ったのですが、SSHの公開キーを登録する先は、私の個人のGitHubアカウントではなくて、職場のGitHubアカウントにしないといけませんか?
|