【发布时间】:2016-07-12 04:34:26
【问题描述】:
嗨,我最近在学习 git,但我遇到了一些问题。任何人都可以阅读这个吗?我写了所有的字。
$ git add hi.cc
$ git commit -m "hello stackoverflow" [HEAD 분리됨 a0121cb] 你好 stackoverflow // 抱歉这是韩语。我认为这意味着 git head 与 a0121cb 分离
1 个文件已更改,47 次插入 (+) 创建模式 100644 temp/hi.cc
$ git push origin master
“https://github.com”的用户名:
“https://myname@github.com”的密码:
一切都是最新的
但是很遗憾,当我检查我的 github 时,什么都没有改变。我搜索了许多与我类似的问题,但我无法解决。
这是我的 git 日志: $ git日志
提交 a0121cb2f62b82702041f00f628d1fb165751d9f
作者:J.Victor
日期:2016 年 7 月 12 日星期二 13:22:24 +0900
hello stackoverflow
【问题讨论】:
-
提供你的 git 配置文件 .git/config 和完整的 git 状态输出