Linked Questions

-2 votes
1 answer
89 views

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 ...
cdub's user avatar
  • 25.9k
12 votes
5 answers
67k views

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 ...
michael's user avatar
  • 111k
7 votes
8 answers
11k views

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 ...
sakthig's user avatar
  • 2,245
9 votes
4 answers
10k views

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 ...
Léo Léopold Hertz 준영's user avatar
16 votes
1 answer
28k views

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 ...
user493313's user avatar
9 votes
4 answers
13k views

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 ...
Eason's user avatar
  • 348
5 votes
2 answers
10k views

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 ...
andineupert's user avatar
4 votes
3 answers
5k views

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 ...
caneclap's user avatar
4 votes
3 answers
22k views

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-...
nivanka's user avatar
  • 1,372
3 votes
1 answer
9k views

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 ...
user1577236's user avatar
5 votes
3 answers
8k views

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 ...
Abdullah's user avatar
  • 133
8 votes
2 answers
10k views

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", ...
GreenAsJade's user avatar
  • 14.7k
6 votes
1 answer
4k views

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 ...
Jay's user avatar
  • 1,104
2 votes
2 answers
5k views

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 ...
Cameron's user avatar
  • 4,211
4 votes
1 answer
7k views

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 ...
Valentin Tudor's user avatar

15 30 50 per page