Heyy,

"Git the Hard Way" in the development manual tells me to do 
>   git clone git://github.com/sagemath/sage.git 
>
> It doesn't work for me: 
>   ssh: Could not resolve hostname 
>
> What can I do to solve the problem? 
>

There are two possibilities why you might be facing this: 

   1. You are not a part of the repository.
   2. Your connection (WiFi/any other) is having issues cloning the 
   repository using ssh.

An alternative to this is to clone it using https rather than using ssh. 
Instead of the command you type, use the following command: 

git clone https://github.com/sagemath/sage.git


Hope this helps :)


Regards,

Ashutosh Ahelleya


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to