Linked Questions
36 questions linked to/from Unable to Git-push master to Github - 'origin' does not appear to be a git repository / permission denied
1 vote
1 answer
471 views
Problems getting git 'server' to work on Windows
I've followed the Tim's article (mentioned in the answer to this question), but - like many others, it seems - I'm stuck when trying do the test clone at the end. I get the fatal: the remote end hung ...
1 vote
2 answers
422 views
Unable to push code to git remote
I am trying to add remote using git remote add and than am trying to push to that remote but am getting following errors: fatal: 'adoshi_01': unable to chdir or not a git archive and fatal: The ...
1 vote
2 answers
385 views
Git pull origin master issues and local repository
Running git pull origin master outputs fatal: 'origin' does not appear to be a git repository fatal: The remote end hung up unexpectedly. I've tried running git remote add origin username@host:/...
1 vote
1 answer
252 views
How Clone our repo magento-boilerplate use git
please check this git clone [email protected]:webcomm/magento-boilerplate.git defaut . I trying on my folder default but it not work, it give me the following error: git clone [email protected]:webcomm/...
1 vote
1 answer
129 views
Moved a gitlab instance, now having problems talking to gitolite
I had a working instance of Gitlab until a few weeks ago, when we had to move all the user directories to another disk b/c of resource constraints. I've gone through and fixed all the paths that I ...
1 vote
1 answer
80 views
Backing up my locally hosted rails apps in preparation for OS upgrade
I have some apps running on Heroku. I will be upgrading my OS in two weeks. The last time I upgraded though (6 months ago) I ran into some problems. Here's what I did: copied all my rails apps onto ...