We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7ac93 commit 4c90340Copy full SHA for 4c90340
readthedocs/vcs_support/backends/git.py
@@ -220,6 +220,9 @@ def has_ssh_key_with_write_access(self) -> bool:
220
"ERROR: The repository owner has an IP allow list enabled",
221
# Gitlab:
222
"ERROR: This deploy key does not have write access to this project.",
223
+ "remote: This deploy key does not have write access to this project.",
224
+ # Bitbucket:
225
+ "fatal: Could not read from remote repository.",
226
]
227
for pattern in errors_read_access_only:
228
if pattern in stderr:
0 commit comments