I have set up a git repository using AWS CodeCommit. I can push, pull, etc from the terminal with success. I can also pull in Xcode with success. I am using SSH for the protocol.
When I try to push, Xcode presents a prompt saying "An unknown error occurred." There are no other details available.
The odd part is that the code seems to be pushing correctly to the repository.
I don't like receiving an error message because it leaves me apprehensive that there might actually be a problem at some point in the future that I might overlook.
Is there a way to troubleshoot and/or solve this error message?