LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   git checkout error (https://www.linuxquestions.org/questions/linux-general-1/git-checkout-error-815818/)

tkmsr 06-23-2010 12:05 AM

git checkout error
 
I am running following command which is giving error

Code:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/trovalds/linux-2.6.git linux-2.6
Initialized empty Git repository in /home/tapas/LKP/pandora/linux-2.6/.git/
fatal: The remote end hung up unexpectedly

Some one suggested me to check my firewall I am not clear as which port does git uses.
Can some one tell what is wrong in above command.
Ubuntu 9.04

imitheos 06-23-2010 02:26 AM

Quote:

Originally Posted by tkmsr (Post 4012203)
I am running following command which is giving error

Code:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/trovalds/linux-2.6.git linux-2.6
Initialized empty Git repository in /home/tapas/LKP/pandora/linux-2.6/.git/
fatal: The remote end hung up unexpectedly

Some one suggested me to check my firewall I am not clear as which port does git uses.
Can some one tell what is wrong in above command.
Ubuntu 9.04

git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

The above is the correct url. Notice the bold part in both urls

tkmsr 06-23-2010 05:32 AM

Man thanks a lot you saved my day.


All times are GMT -5. The time now is 10:59 AM.