teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

PUSHまでに参考にした手順を追記

2018/09/16 23:54

投稿

so_chan
so_chan

スコア16

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

エラーがでるコマンドを追記

2018/09/16 23:54

投稿

so_chan
so_chan

スコア16

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

タイトルを修正

2018/09/16 15:15

投稿

so_chan
so_chan

スコア16

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