Github не работает

Я запустил git remote add origin git @ github. com: meltzerj / dreamstill.git , но когда я запускаю git push origin master , я получаю сообщение об ошибке:

ERROR: meltzerj/dreamstill.git doesn't exist. Did you enter it correctly?
fatal: The remote end hung up unexpectedly

Однако репозиторий существует: https: // github .com / meltzerj / Dreamstill

что происходит?

Вот содержимое .git / config:

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@github.com:meltzerj/dreamstill.git
fetch = +refs/heads/*:refs/remotes/origin/*

7
задан Justin Meltzer 14 March 2011 в 06:58
поделиться