Re: what port does git uses

2010-06-23 Thread Tapas Mishra
Found the problem the URL was not correct I used trovalds it was torvalds.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ



Re: what port does git uses

2010-06-22 Thread George Kadianakis
Tapas Mishra  writes:

> I am running following command which is giving error
>
>
> 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

Generally, the git daemon runs on port 9418 (which seems to be the
case for git.kernel.org too), but you might want to fix your clone
command to point to: 
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
instead of:
git.kernel.org/pub/scm/linux/kernel/git/trovalds/linux-2.6.git

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ



what port does git uses

2010-06-22 Thread Tapas Mishra
I am running following command which is giving error


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

-- 
Tapas

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ