谁一开始就是大神?

git推送失败

在使用git管理本地代码推送至远程服务器时,服务器的代码没有改变。但是在服务器中使用

git diff --cached

时却可以显示那些代码修改了

root@iZ23ivry5wgZ:/alidata/www/dev_yfp# git diff --cached
diff --git a/readme.txt b/readme.txt
index b14f8d2..a0f31e8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,2 +1 @@
 This is a test document.
-this is aaaaaaaa

这是远程服务器

git diff --cached

的结果

user@USER-PC /d/dev_yfp (master)
$ cat readme.txt
This is a test document.
this is aaaaaaaa

user@USER-PC /d/dev_yfp (master)

这是本地的内容

但是使用

git reset --hard

后就能看到修改了,这是问什么?

你自己建库 用的这个命令? git remote add origin
我是刚使用GIT,你是不是没commit啊 试试 git branch 看看你的分支 git status看看状态呢

赞(0) 打赏
未经允许不得转载:菜鸟之家 » git推送失败

评论 抢沙发

登录

找回密码

注册