質問編集履歴

1

問題のソースコードに誤りがありましたので修正しました

2017/04/12 06:54

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,11 +12,19 @@
12
12
 
13
13
  ```
14
14
 
15
- $ git push bit master gh-pages
15
+ $ git push bit master
16
16
 
17
- error: src refspec master does not match any.
17
+ Warning: Permanently added the RSA host key for IP address 'xxx.xxx.xxx.x' to the list of known hosts.
18
18
 
19
- error: failed to push some refs to 'git@bitbucket.org:xxxxx/mysite.git'
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