指定
-
-
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 ...
-
-
GASで指定した行の値を連想配列にする
GASで指定した二つの行の値を連想配列にキーと値にする やりたいことは、 まず、 A行の値を上から一つづつ取得する。 一個取得するたびに、それをキーに連想配列 ...