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

質問編集履歴

1

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

2017/04/12 06:54

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -5,9 +5,13 @@
5
5
  いざpushするとエラーになってしまいます。
6
6
 
7
7
  ```
8
+ $ git push bit master
8
- $ git push bit master gh-pages
9
+ Warning: Permanently added the RSA host key for IP address 'xxx.xxx.xxx.x' to the list of known hosts.
10
+ repository access denied. deployment key is not associated with the requested repository.
9
- error: src refspec master does not match any.
11
+ fatal: Could not read from remote repository.
12
+
10
- error: failed to push some refs to 'git@bitbucket.org:xxxxx/mysite.git'
13
+ Please make sure you have the correct access rights
14
+ and the repository exists.
11
15
  ```
12
16
  公開鍵を登録しなくてはいけないのかなと思い、
13
17
  `~/.ssh/id_rsa.pub`の中身をコピーしてBitbucketのssh鍵に登録しようとしたところ、