質問編集履歴
4
エラーの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -37,3 +37,13 @@
|
|
37
37
|
|
38
38
|
|
39
39
|
ここでもう一度pushしてみましたが成功しませんでした。
|
40
|
+
|
41
|
+
以下はそのエラーです。
|
42
|
+
|
43
|
+
> git@github.com: Permission denied (publickey).
|
44
|
+
|
45
|
+
fatal: Could not read from remote repository.
|
46
|
+
|
47
|
+
Please make sure you have the correct access rights
|
48
|
+
|
49
|
+
and the repository exists.
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,3 +19,21 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
対処法が全く分かりません。どうすればこの状態に対処できるのでしょうか。当方はWindowsです。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
追記:
|
26
|
+
|
27
|
+
以下のコマンド
|
28
|
+
|
29
|
+
> λ git remote add origin git@github.com:~~~~
|
30
|
+
|
31
|
+
を実行したところ、表示されました。
|
32
|
+
|
33
|
+
> origin git@github.com:~~~~(fetch)
|
34
|
+
|
35
|
+
origin git@github.com:~~~~(push)
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
ここでもう一度pushしてみましたが成功しませんでした。
|
2
説明を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,10 +1,14 @@
|
|
1
|
-
githubを勉強しだしたのですが、pushできないと言われました。
|
1
|
+
githubを勉強しだしたのですが、pushできないと言われました。コマンドは以下の通りです。
|
2
2
|
|
3
|
+
> 引用テキスト
|
4
|
+
|
3
|
-
|
5
|
+
git push --set-upstream origin master
|
4
6
|
|
5
7
|
|
6
8
|
|
9
|
+
以下がエラーです
|
10
|
+
|
7
|
-
>fatal: 'origin' does not appear to be a git repository
|
11
|
+
> 引用テキストfatal: 'origin' does not appear to be a git repository
|
8
12
|
|
9
13
|
fatal: Could not read from remote repository.
|
10
14
|
|
1
コマンドとエラーが同じ枠に表示されてわかりずらかったので修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
githubを勉強しだしたのですが、pushできないと言われました。
|
2
|
+
|
3
|
+
>git push --set-upstream origin master
|
2
4
|
|
3
5
|
|
4
6
|
|
5
|
-
> λ git push --set-upstream origin master
|
6
|
-
|
7
|
-
fatal: 'origin' does not appear to be a git repository
|
7
|
+
>fatal: 'origin' does not appear to be a git repository
|
8
8
|
|
9
9
|
fatal: Could not read from remote repository.
|
10
10
|
|