Git push to remote repository.
0
I can clone and pull from my gitstack server without any problems, but as soon as I try to push I receive the following error: Cannot access URL http://41.21.311.111:85/repositoryname.git/, return code 22
failed to push some refs to ‘http://41.21.311.111:85/repositoryname.git’.
I’m new to GIT and GitStack and would like use it for my projects. I’ve tried to solve the problem for the last couple of hours; any advice or pointers would be much apreciated.
I can push from the local machine. The remote machine connects through the internet with a port forwarding rule to the host. The apache server runs on port 85.
Thanks,
Reinier
asked April 17, 2012
failed to push some refs to ‘http://41.21.311.111:85/repositoryname.git’.
I’m new to GIT and GitStack and would like use it for my projects. I’ve tried to solve the problem for the last couple of hours; any advice or pointers would be much apreciated.
I can push from the local machine. The remote machine connects through the internet with a port forwarding rule to the host. The apache server runs on port 85.
Thanks,
Reinier
reinier
0
2 Answers
0
I am pretty sure that it is a firewall or port forwarding issue. Are you able to do in your web browser http://41.21.311.111:85/gitstack/ from the computer you are trying to push ?
Your Answer
Please login to post questions.