我正在尝试清理我的工作区。我为辅助函数和主项目创建了一个单独的可重用静态库。
我的目录结构如下:
SimplyStats/
SimplyStats/
externals/GoodStuffIOS
主项目和库项目都已成功推送/更新/提交到各自的 bitBucket 存储库。
但是当我使用 XCode 推送更改时,我得到以下对话框:
请注意,GoodStuffIOS 项目的远程存储库有问题。存储库管理器显示存储库设置正确。无论我做什么,我都无法修复那个遥控器。我该如何解决?
编辑:这是我的 .git/config 的内容(已为 repo 名称加星标)
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = false
[branch "master"]
[remote "SimplyStats"]
url = https://************@bitbucket.org/**********/simplystats
fetch = +refs/heads/*:refs/remotes/SimplyStats/*
[submodule "externals/GoodStuffIOS"]
url = https://************@bitbucket.org/**********/goodstuffios.git