Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Can you check the origin remote of your repo and paste the info? git remote -v Commented Feb 6, 2015 at 10:52
  • origin github.com/<username>/XXXX.git (fetch) origin github.com/<username>/XXXX.git (push) Commented Feb 6, 2015 at 10:57
  • Please note that I can easily clone any repo but I cannot push even though my auth is matching. Commented Feb 6, 2015 at 10:59
  • Try to clone the project in another path, make some changes and push that new commit. I think that something gone wrong where you clone your repo Commented Feb 6, 2015 at 11:08
  • Same result; it seems to do with machine probably, I am on mac pro Yosemite 10.10.1 (14B25) Commented Feb 6, 2015 at 11:26