私はHerokuにプッシュしようとすると、次のエラーメッセージが表示されます。致命的:私はプロトコルを処理しません
[first_app]$git push heroku master
fatal: I don't handle protocol '[email protected]:yourhttp'
私はその後、私が持っているHerokuの異なるバージョンで見ていたので、私はそれを削除しようとしたが、別のエラーメッセージが表示されましたつ以上があるように思われます。
[first_app]$ git remote set-url --delete heroku [email protected]:yourhttp://still-lake-3136.herokuapp.com/.git
fatal: Will not delete all non-push URLs
私は同様のエラーメッセージを検索しましたが、これを修正するための何かを見つけることができませんでした。あなたの助けが大変ありがとうございます。ここで
は私の設定ファイルである:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = [email protected]:wongsteven/first_app.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "heroku"]
url = [email protected]:yourhttp://still-lake-3136.herokuapp.com/.git
fetch = +refs/heads/*:refs/remotes/heroku/*
[heroku]
remote = heroku
not able to push to heroku | git error: cannot handle https | heroku + git submodule needs authentication | error: "fatal: I don't handle protocol ``git` when using bundle install | Git/GitHub can't push to master
があなたの '.git/config'をファイルの内容は何ですか?答えに投稿してください。 – Casper
ちょっとキャスパー、まず、 ".git/config"というファイルを見つけるのが非常に難しいです。私はその後、端末に "subl .git/config"とタイプして.git/configファイルを開くことができました。このファイルを取得する他の方法はありますか?ありがとう! –