我无法将所有文件都推送到bitbucket

时间:2017-04-30 08:49:21

标签: git bitbucket

我正在尝试将我的本地存储库推送到bitbucket,它向我显示以下内容

Counting objects: 268, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (231/231), done.
Writing objects: 100% (268/268), 199.12 KiB | 0 bytes/s, done.
Total 268 (delta 89), reused 0 (delta 0)
To https://bitbucket.org/userName/repoName.git
 * [new branch]      master -> master
Branch master set up to track remote branch master from origin.

当我在bitbucket中检查我的文件时,并非所有文件都被推送,我的repo大小约为200MB,而bitbucket上的文件只有250+ KB。

我尝试使用git push -u origin mastergit push再次推送,结果是:

Branch master set up to track remote branch master from origin.
Everything up-to-date

任何可能导致此问题的想法?

1 个答案:

答案 0 :(得分:0)

尝试使用

{
"XXX": {
  "x": "1",
  "y": "2"
},
"XXX": {
  "x": "3",
  "y": "3"
  }
}

这将确保添加并检查所有文件以进行更新。

相关问题