Add existing project to BitBucket using Xcode

后端 未结 2 1517
夕颜
夕颜 2020-12-24 14:54

I keep getting an error when I try to commit my project files using Xcode.

File -> Source Control -> Commit

\"The operation could not be performed because no

2条回答
  •  天涯浪人
    2020-12-24 15:33

    Login your bit bucket account and Create a repository in your account

    open terminal run these following command

    1- cd /path/to/your/repo

    2- git remote add origin

    3- git push -f origin master

    it works for me, Thanks.

提交回复
热议问题