Username for 'https://github.com': 是輸入使用者名稱還是輸入信箱? 輸入進去之後 Password for 'https://github.com':遊標一直閃爍。沒反應啊 我不知道怎麼回事?
Git實現從本地新增專案到遠端倉庫
Username for 'https://github.com': 你登入的帳號, Password for 'https://github.com': 密碼(輸入看不見的,輸入好了按回車就行了)。
截圖看看你的操作
Username輸入你的可用於GitHub登入的使用者名稱。 Password在輸入時是不會顯示在控制台上的,類似C裡面的getChar函數,輸入完整之後按回車即可。
getChar
git push origin master
將本地目前分支項目加入遠端倉庫的master分支: localRepository/localBranch -> origin/master
Git實現從本地新增專案到遠端倉庫
Username for 'https://github.com': 你登入的帳號,
Password for 'https://github.com': 密碼(輸入看不見的,輸入好了按回車就行了)。
截圖看看你的操作
Username輸入你的可用於GitHub登入的使用者名稱。
Password在輸入時是不會顯示在控制台上的,類似C裡面的
getChar
函數,輸入完整之後按回車即可。git push origin master
將本地目前分支項目加入遠端倉庫的master分支:
localRepository/localBranch -> origin/master