質問編集履歴
3
PUSHまでに参考にした手順を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,9 @@
|
|
4
4
|
|
5
5
|
練習用に作ったべつのものはプッシュできるので逆に困っています。
|
6
6
|
|
7
|
+
手順としては下記のページを参考に行いました。
|
8
|
+
https://qiita.com/NaokiIshimura/items/b318ebc2daa4ec07a31e
|
9
|
+
|
7
10
|
### 発生している問題・エラーメッセージ
|
8
11
|
|
9
12
|
git push origin master を実行した際のエラー
|
2
エラーがでるコマンドを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,8 @@
|
|
6
6
|
|
7
7
|
### 発生している問題・エラーメッセージ
|
8
8
|
|
9
|
+
git push origin master を実行した際のエラー
|
10
|
+
|
9
11
|
```
|
10
12
|
Permission denied (publickey).
|
11
13
|
fatal: Could not read from remote repository.
|
1
タイトルを修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
githubへプッシュすると
|
1
|
+
githubへプッシュするとPermission denied (publickey). fatal: Could not read from remote repository.となってしまう
|
body
CHANGED
File without changes
|