osx - github hello world coming up with error -


test afrieden$ mkdir hello-world test afrieden$ cd hello-world/ hello-world afrieden$ git init initialized empty git repository in /users/afrieden/test/hello-world/.git/ hello-world afrieden$ touch readme hello-world afrieden$ git add readme hello-world afrieden$ git commit -m "first message" [master (root-commit) 881750d] first message 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 readme hello-world afrieden$ git remote add origin git@github.com:alexfrieden/hello-world.git hello-world afrieden$ git push origin master error: repository not found. fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

why getting error? set ssh correctly.

for work, need create repo on github side first.

right now, https://github.com/alexfrieden/hello-world returns 404.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -