I have an existing public account on Github, with several repositories on it. All operations work on these repositories except one: I had to create each initial repository from the Github website.
So now I'm adding another repository, but I *really* want to learn the correct way to create it entirely from my local site. The repository is called LedScroll; I've already created the local repository, with 30 files added and committed. *C:\SourceCode\win32\LedScroll Yes, Master?? > git statusOn branch masternothing to commit, working directory clean* 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.gitC:\SourceCode\win32\LedScroll Yes, Master?? > git remote -vorigin https://github.com/DerellLicht/LedScroll.git (fetch)origin https://github.com/DerellLicht/LedScroll.git (push)C:\SourceCode\win32\LedScroll Yes, Master?? > git push -u origin masterremote: Repository not found.fatal: repository 'https://github.com/DerellLicht/LedScroll.git/' not found* And indeed, my Github site does not show LedScroll as existing. So what am I doing wrong??? -- 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.
