Entries from 2014-10-18 to 1 day

Git Shellのエラーチェック

git

GIT_TRACE=1でgitが何をやっているのか出力できる。 $ GIT_TRACE=1 git pull origin masterGIT_CURL_VERBOSE=1で、curlをデバッグできる。 $ GIT_CURL_VERBOSE=1 git ls-remote https://github.com/git/git.git

久々にherokuにpushしようとしたら詰まった

heroku create後にpushすると以下のエラー。 $ git push heroku master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 結果 結論から言…