You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/segment-app/extensions/git.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,3 +99,11 @@ Segment lets you set up multiple Git Connections, allowing you to reuse credenti
99
99
If you plan to reuse a Git token across both dbt and Git Sync, ensure it has the necessary read and write permissions for both integrations.
100
100
101
101
## Troubleshooting Git Sync
102
+
103
+
When setting up Git Sync, you may run into an access error when setting up Git Sync with the following message: `“Unable to create Git Sync due to Git connection issues. Please check your configuration and try again`.
104
+
105
+
This error can occur if there are issues with your Git connection settings or permissions. To resolve the error, verify that:
106
+
107
+
- Your credentials have write access to the Git repository, as Segment requires this to sync changes.
108
+
- Your repository is hosted by GitHub, GitLab, or Bitbucket (Segment doesn't support self-hosted repositories).
109
+
- Branch protections are disabled on the repository.
0 commit comments