Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm doing like this to push changes my bitbucket repository:

$: git push origin 
master conq: repository access denied. 
fatal: The remote end hung up unexpectedly

As you can see im getting that error, why?

share|improve this question

2 Answers

up vote 2 down vote accepted

In term of ssh access (like an ssh BitBucket repo address similar to ssh://git@bitbucket.org/accountname/reponame.git, double-check:

Note: on Windows, then environment variable HOME isn't defined by default. Make sure it is.

share|improve this answer
You're the man! Thanks! – Maksym H. Sep 8 '12 at 2:02

Check that you have write permission on repo.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.