push
-
-
git clone, push時に鍵を指定する
git clone, push時に鍵を指定する $ GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa' git clone リモートリポジトリ $ GIT_SSH_COMMA ...
-
-
リモートリポジトリを指定してpushしたら fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
リモートリポジトリを指定してpushしたら fatal: Could not read from remote repository. Please make sure you have ...