fix: accept ssh repository URLs #28

Open
dtwdtw wants to merge 1 commits from dtwdtw/reposync:fix/issue-30-ssh-url-addresses into master
First-time contributor

?? issue: https://www.gitlink.org.cn/Lesin/reposync/issues/30

????:

  • ?? ssh://git@host/owner/repo.git ????????
  • ?? GitHub?Gitee?Gitcode?GitLink ????,??????????????
  • ??????????????

??:

  • python -m unittest tests.test_repository_addresses
  • git diff --check
?? issue: https://www.gitlink.org.cn/Lesin/reposync/issues/30 ????: - ?? ssh://git@host/owner/repo.git ???????? - ?? GitHub?Gitee?Gitcode?GitLink ????,?????????????? - ?????????????? ??: - python -m unittest tests.test_repository_addresses - git diff --check
dtwdtw added 1 commit 2026-05-28 17:22:08 +08:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b dtwdtw-fix/issue-30-ssh-url-addresses master
git pull fix/issue-30-ssh-url-addresses

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff dtwdtw-fix/issue-30-ssh-url-addresses
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lesin/reposync#28
No description provided.