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
-2 votes
1 answer
89 views
Using and setting up Git [duplicate]
Possible Duplicate: Unable to Git-push master to Github I have a Github account set up by another user who already checked in the code and create a repo. I just downloaded, installed, and added ...
12 votes
5 answers
67k views
How can I push my changes to a remote branch
I am on a master branch 'master' and I have 1 commit ahead I want to create a new remote branch called 'new_remote' and push my commit there? $ git branch * master $ git remote old_remote $ git ...
7 votes
8 answers
11k views
Unable to push master to heroku
I'm unable to push use git push in github as well as heroku, i have tried various methods as suggested on this question . pls help to resolve this problem .. i see the following report while i try to ...
9 votes
4 answers
10k views
Unable to understand Git branch, merge and rebase
I know the thread which says that rebase is for small changes of teamMates, while merge for large changes. I keep three Gits of three teammates in the following directory structure where we all have ...
16 votes
1 answer
28k views
Git shows the error "does not appear to be a git repository fatal: The remote end hung up unexpectedly"
I just installed GIT in my CentOS Linux server and configured it. When I create a new repository using git init it works fine and gives output of the command also. But whenever I try to clone the ...
9 votes
4 answers
13k views
Why my SSH hang on there while connecting to github?
This is what I tried to do ten times today without success: make a key with ssh-keygen. open ~/.ssh/id_rsa.pub with Gedit or Notepad++ and copy the contents. Go to account settings on github.com Go to ...
5 votes
2 answers
10k views
Setup Git Remote SSH (git-upload-pack / git-receive-pack)
I have a server with SSH access and I want to place a Git origin repo there. I just created a --bare --shared repo locally and copied it to the server per SCP. Now I wanted to clone this repo per SSH ...
4 votes
3 answers
5k views
Problems adding git remote repository
I'm having problems adding a remote repository to my local one. I first tried using Tower where I manged to add my local repo, but when it came to adding a remote repo it just said add the URL. It ...
4 votes
3 answers
22k views
How can I resolve a permission denied error with git-remote-https?
I'm having trouble trying to clone a GitHub repository with the following command: git clone https://[email protected]/MYPROJECT.git When I run it, I get this error: fatal: cannot exec 'git-remote-...
3 votes
1 answer
9k views
git clone/ssh under jenkins
I am using stash as a git repository manager. stash enables you to add ssh keys for each user trying to connect and clone from it. I have configured it fine for all unix users but windows is giving me ...
5 votes
3 answers
8k views
Git - unable to push into gitlab project - "unable to update URL base from redirection"
I gave this remote URL for my project. git remote add origin https://gitlab.com/AbdullahValley/simple-crud.git When I entered this command: $ git push -u origin master It gives some ERROR which I ...
8 votes
2 answers
10k views
ssh authenticated git access at windows command prompt?
There are many fine instructions about how to work with git under windows using GitBash. I note that when git is installed, it offers the option of "set up for using git from the windows prompt", ...
6 votes
1 answer
4k views
git + assembla + multiple ssh keys/multiple computers
I have multiple computers working on the same project, and I'm using a free assembla git repo account to manage all this. In order to access the git repo, I need to generate unique SSH keys on each ...
2 votes
2 answers
5k views
Heroku push master ssh problem
I get this when I am trying to push to my Heroku app: ssh_exchange_identification: read: Connection reset by peer fatal: The remote end hung up unexpectedly I tried regenerating the ssh keys and ...
4 votes
1 answer
7k views
GIT clone and first GIT push issue
I have two issues. I have Ubuntu 10.10 and I have installed git server with gitolite tool. Everything worked quite good. The gl-setup command of gitolite created 2 repositories: gitolite-admin and ...