質問編集履歴
1
問題のソースコードに誤りがありましたので修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,11 +12,19 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
-
$ git push bit master
|
15
|
+
$ git push bit master
|
16
16
|
|
17
|
-
|
17
|
+
Warning: Permanently added the RSA host key for IP address 'xxx.xxx.xxx.x' to the list of known hosts.
|
18
18
|
|
19
|
-
e
|
19
|
+
repository access denied. deployment key is not associated with the requested repository.
|
20
|
+
|
21
|
+
fatal: Could not read from remote repository.
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
Please make sure you have the correct access rights
|
26
|
+
|
27
|
+
and the repository exists.
|
20
28
|
|
21
29
|
```
|
22
30
|
|