git push origin master ??

 手机用户2502857731 发布于 2022-10-26 21:47

Username for 'https://github.com': 是输入用户名还是输入邮箱?
输入进去之后
Password for 'https://github.com':光标一直闪。没反应啊
我不知道怎么回事?

5 个回答
  • git push origin master

    将本地当前分支项目添加到远程仓库的master分支中:
    localRepository/localBranch -> origin/master

    2022-10-27 01:36 回答
  • Username输入你的可用于GitHub登录的用户名。
    Password在输入时是不会显示在控制台上的,类似C里面的getChar函数,输入完整之后按回车即可。

    2022-10-27 01:37 回答
  • 截图看看你的操作

    2022-10-27 01:37 回答
  • Username for 'https://github.com': 你登录的账号,
    Password for 'https://github.com': 密码(输入不可见的,输入好了按回车就行了)。

    2022-10-27 01:37 回答
  • Git实现从本地添加项目到远程仓库

    2022-10-27 01:37 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有