I'm new to GitHub and I've searched a lot and tried this, this, this and this method but I'm still getting different errors.
I've a project which has WatchKit extensions init. Now when I first created the project I didn't checked marked on Create a Git Repository
. Now I want to upload the project to my git account. I have checked the following things:
1: Xcode > Preferences > Source Control > And it is enabled.
2: Source Control > Working Copies > Configure > Remotes > + > Then added the name and link created from my repo which I created online from my account. And it adds this automatically to all the three folders i.e. Project folder and Apple Watch Extension folders. But when I pust it from Source Control > Push it gave me this error Multiple errors occurred during the operation.
3: I've tried doing it from terminal
but after asking for my username and password I got remote: Repository not found.
fatal: repository 'https://github.com/ibjects/My-App.git/' not found
So I have no idea where I'm doing wrong. And If I'm missing any information I'm ready to provide it as I don't know what else to mention.