English 中文(简体)
Github 推进原主
原标题:Github push origin master not working

自7月份进行辅导以来,我第一次试图对Github进行遥远的推动。 我增加了我的SSH钥匙,我可以成功地与Github联系,但当我这样做时:

$ git push origin master

ssh: github: no address associated with name
fatal: The remote end hung up unexpectedly

我尝试:

$ git remote set-url origin git@github:oscargodson/storageLocker.git

在我看来,在其他职位上,似乎并没有帮助......

My project is: https://github.com/OscarGodson/storageLocker

如果能够帮助......我的辛迪加可能是错误的? 而且,不能确定这种变化是否发生,而是将Im放在一个Windows 7 64bit机器上,运行Gite壳牌照(MINGW32)

http://www.ohchr.org。

因此,一把 super子 close倒,但把我推向机。 我有了一个非最错误的错误,因此,我撤回了项目,现在又把所有档案放在了一边,现在试图增加新的档案(因为这是该项目的一个完整版本)。

"you cannot do a partial commit during a merge."

i)

合并[FILE]

......

"you have not concluded your merge (MERGE_HEAD exists)"

WTF! 它像一个无限的场所...... i 在我作出承诺之前,我可以merge头,直到我合并吗?

问题回答

参看你在遥远的URL中打出的“打字”。

git@github:oscargodson/storageLocker.git

git@github.com:oscargodson/storageLocker.git




相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签