Username for 'https://github.com': 是輸入使用者名稱還是輸入信箱?
輸入進去之後
Password for 'https://github.com':遊標一直閃爍。沒反應啊
我不知道怎麼回事?
天蓬老师2017-05-02 09:21:47
Username for 'https://github.com': 你登入的帳號,
Password for 'https://github.com': 密碼(輸入看不見的,輸入好了按回車就行了)。
漂亮男人2017-05-02 09:21:47
Username輸入你的可用於GitHub登入的使用者名稱。
Password在輸入時是不會顯示在控制台上的,類似C裡面的getChar
函數,輸入完整之後按回車即可。
大家讲道理2017-05-02 09:21:47
git push origin master
將本地目前分支項目加入遠端倉庫的master分支:
localRepository/localBranch -> origin/master