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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
In a code host connection, include a repo that has .git in the name (In the actual repo name, not the file extension Ex: repo_name.git.git
Save and try to sync repos
Expected behavior:
We are able to properly find and sync the repo.
Actual behavior:
It appears we strip the .git from the repo name when we save it, so instead of trying to sync repo_name.git, we just try to sync repo_name
From Gitserver:
Gitserver log:
t=2022-04-07T16:00:50+0000 lvl=warn msg="error cloning repo" repo=<repo name redacted, but does not include .git> <repo URL redacted, but does not include .git> err="get VCS syncer: get repository: repo not found:
If would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are not SLAs on issues like there are for support requests).
Steps to reproduce:
Expected behavior:
We are able to properly find and sync the repo.
Actual behavior:
It appears we strip the .git from the repo name when we save it, so instead of trying to sync repo_name.git, we just try to sync repo_name
From Gitserver:
If would like immediate help on this, please email support@sourcegraph.com (you can still create the issue, but there are not SLAs on issues like there are for support requests).