質問編集履歴

2

エラー文の修正

2016/02/18 08:05

投稿

runo13
runo13

スコア10

test CHANGED
File without changes
test CHANGED
@@ -12,15 +12,19 @@
12
12
 
13
13
  ```
14
14
 
15
- fatal: 'orgin' does not appear to be a git repository
15
+ Pushing to git@github.com:path/aaaaa.git
16
16
 
17
+ ERROR: Repository not found.
18
+
17
- could not read from remote repository.
19
+ fatal: Could not read from remote repository.
18
20
 
19
21
 
20
22
 
21
23
  Please make sure you have the correct access rights
22
24
 
23
25
  and the repository exists.
26
+
27
+
24
28
 
25
29
 
26
30
 

1

内容改善

2016/02/18 08:05

投稿

runo13
runo13

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  Git初心者です。
2
2
 
3
3
  リモートリポジトリへPushできずに困っております。
4
+
5
+ PullとCloneは問題なく行えておりますが、
4
6
 
5
7
  Pushしようとすると、下記エラーが出てしまいます。
6
8