Tapas Mishra <mightydreams@xxxxxxxxx> 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 ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ