On 3 December 2016 at 15:53, Derell Licht <[email protected]> wrote:
> The I attempted to create the remote repository, and push my repository to > it: > > C:\SourceCode\win32\LedScroll Yes, Master?? > git remote add origin > https://github.com/DerellLicht/LedScroll.git > This command is creating a reference to a remote repository, it doesn't create the remote repository itself. This has to be done on the server itself, be it Github, your own internal server, or any of the other companies offering git hosting. Note: Github is just one of many companies (albeit the best known) offering Git hosting. Thanks Tim -- Course View Towers, Plot 21 Yusuf Lule Road, Kampala T +256 (0) 312 314 418 M +256 (0) 752 963 325 www.weberpafrica.com Twitter: @TimSchofield2 Blog: http://weberpafrica.blogspot.co.uk/ -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
