问题描述
Username for ’https://github.com’: 是输入用户名还是输入邮箱?输入进去之后Password for ’https://github.com’:光标一直闪。没反应啊我不知道怎么回事?
问题解答
回答1:Git实现从本地添加项目到远程仓库
回答2:Username for ’https://github.com’: 你登录的账号,Password for ’https://github.com’: 密码(输入不可见的,输入好了按回车就行了)。
回答3:截图看看你的操作
回答4:Username输入你的可用于GitHub登录的用户名。Password在输入时是不会显示在控制台上的,类似C里面的getChar函数,输入完整之后按回车即可。
回答5:git push origin master
将本地当前分支项目添加到远程仓库的master分支中:localRepository/localBranch -> origin/master