Push a git local repository to github -


i new in git. learning git. while pushing repo in github got errors below.

$ git push origin master

ssh: connect host github.com port 22: bad file number fatal: not read remote repository. please make sure have correct access rights , repository exists.

what can solution ??

thanks

foysal


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -