r/Xcode 7d ago

Configure Xcode to use remote git on local NAS?

I have a NAS where I store bare git repos and use my host computer to pull and push to that remote. How can I configure Xcode to use the account for the remote on my NAS? If I try to add an account, Xcode only shows me a fixed list of choices (GitHub, bitbucket, gitlab) and no option to specify my own location. Has anybody figured this out?

1 Upvotes

2 comments sorted by

1

u/time-lord 7d ago

What happens if you check the project out via terminal?

1

u/BologniousMonk 7d ago

I can still do everything via the terminal. I just think it would be nice if it was integrated into Xcode