I have an issue and was told “Great, do a pull request”. Fine. I fork the project, change the code (just a few lines), then in MacOS “Terminal” attempt to do a commit, which fails:
$ git commit -m “Add SecureEncoder support to PFFileObject” .
error: ‘Vendor/xctoolchain’ does not have a commit checked out
fatal: updating files failed
Is there any documentation on how one should make a pull request on this project?
PS: I asked this already as an issue on the project itself, it was closed and I was told to enter it here.