How do I resolve read permission issue when remote cloning a VBS git repository?
Summary:
Although I am a project 'owner', I get a permission denied error when I attempt to remote clone a VBS git repository for my project.
Error Message:
"Permission denied (keyboard-interactive,publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights, and the repository exists."
Content (required):
I'm using the SSH URI for the git repository provided by Visual Builder Studio, and I have validated that authentication is successful for my user
After authentication, the server is denying read access to the git repository.
Other than project-level permissions I'm not aware of any 'git' repository permissions that must be configured to enable user remote access. If they exist, I cannot find them in the VBS UI.