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
Login your bit bucket account and Create a repository in your account
bucket account
repository
open terminal run these following command
terminal
command
1- cd /path/to/your/repo
cd /path/to/your/repo
2- git remote add origin
git remote add origin
3- git push -f origin master
git push -f origin master
it works for me, Thanks.