Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xcode GIT可以';不要复制新文件_Xcode - Fatal编程技术网

Xcode GIT可以';不要复制新文件

Xcode GIT可以';不要复制新文件,xcode,Xcode,我刚刚安装了Xcode 4.2,现在无法将新映像文件复制到我的项目中。这与GIT有关,我在下面粘贴了错误,但我似乎无法用Google找到答案。有人能解释一下吗 The operation could not be performed because the file is not under version control. 我怀疑先是复制失败,然后你得到了关于版本控制的错误,你是否选择将文件复制到既有权限又有空间的位置?如果是这样,请将文件自己添加到文件系统中的项目中,然后添加到项目中,查看

我刚刚安装了Xcode 4.2,现在无法将新映像文件复制到我的项目中。这与GIT有关,我在下面粘贴了错误,但我似乎无法用Google找到答案。有人能解释一下吗

The operation could not be performed because the file is not under version control.

我怀疑先是复制失败,然后你得到了关于版本控制的错误,你是否选择将文件复制到既有权限又有空间的位置?如果是这样,请将文件自己添加到文件系统中的项目中,然后添加到项目中,查看是否仍然出现该错误。

我认为您尚未将其添加到服务器中