Tell me more ×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.

I could not checkin into ProjectLocker. I exactly followed the mentioned steps defined here.

But when on Final step I am using git push origin master command then I am getting below error:

Warning: Permanently added 'free1.projectlocker.com,50.97.101.82'
<RSA> to the list of known hosts.
git-ConceptGeek@free1.projectlocker.com's password:

In the password field I am entering my projectlocker password but getting "Fatal: the remote end hung up unexpectedly".

Could any one help me on this?

share|improve this question
How this relates to QA and testing? – dzieciou Nov 15 '12 at 15:04
These are automation scripts. – ravikumar Nov 15 '12 at 15:07
1  
This is a much better fit for, as Phil suggested, Project Locker's support, or something more generic such as stackoverflow. – Lyndon Vrooman Nov 15 '12 at 16:43
1  
Because the Selenium proposal was merged into SQA, this would be the appropriate place for a question about using Selenium, even if it is being used in a capacity other than testing. At present, this question doesn't indicate anything about Selenium. If proper edits occur that provide what is happening via Selenium then it might (...might...) be answerable here. For certain, it is mistagged. Ravi, could you add more details about how you're doing what you do? – corsiKa Nov 15 '12 at 17:56
1  
My objection was that the problem is completely unrelated to Selenium. It could be any other project and still would have the same problems with ProjectLocker. Maybe I wasn't clear about that in my comment. – dzieciou Nov 15 '12 at 18:05
show 9 more comments

closed as off topic by corsiKa Dec 5 '12 at 21:15

Questions on Software Quality Assurance & Testing Stack Exchange are expected to relate to software quality assurance or testing within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

It looks more like a github authentication issue.

Check out these links:

https://git.wiki.kernel.org/index.php/GitFaq#Git_push_fails_with_.22fatal%3a_The_remote_end_hung_up_unexpectedly.22.3F

The following thread addresses similar issue:

http://stackoverflow.com/questions/6808653/fatal-the-remote-end-hung-up-unexpectedly-while-pushing-to-git-repository

Finally, the github SSH help:

https://help.github.com/categories/56/articles

A simple search Fatal: the remote end hung up unexpectedly on google or the search engine of your choice would give you a lot of results.

share|improve this answer

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