質問編集履歴
1
問題のソースコードに誤りがありましたので修正しました
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -5,9 +5,13 @@ | |
| 5 5 | 
             
            いざpushするとエラーになってしまいます。
         | 
| 6 6 |  | 
| 7 7 | 
             
            ```
         | 
| 8 | 
            +
            $ git push bit master                                                                                                                  
         | 
| 8 | 
            -
             | 
| 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 | 
            -
             | 
| 11 | 
            +
            fatal: Could not read from remote repository.
         | 
| 12 | 
            +
             | 
| 10 | 
            -
             | 
| 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鍵に登録しようとしたところ、
         | 
