DEV Community

Discussion on: Connect Terraform to Azure DevOps Git Repos over SSH

Collapse
 
montereyharris profile image
Monterey Harris

Hey I am having some trouble getting my ssh pull to work. I keep getting - Please make sure you have the correct access rights and the repository exists errors. I looked at the stackoverflow link below but it hasnt helped me. I try it locally and I get the same error in terraform but git clone works just fine. stackoverflow.com/questions/670188...

Collapse
 
montereyharris profile image
Monterey Harris

doinga bit more testing - Looks like its related to this - remote: Command git-upload-pack 'Repo uri' is not in expected format.

Collapse
 
montereyharris profile image
Monterey Harris

I figured out my issue. Spaces aka %20 in project url are interpreted and break git-upload-pack. No Spaces No problem.