git-mirror icon indicating copy to clipboard operation
git-mirror copied to clipboard

A small utility that allows to mirror external repositories to GitLab, GitHub and possible more.

Results 17 git-mirror issues
Sort by recently updated
recently updated
newest added

Currently handling of private repositories is mostly done via SSH and SSH Agent. There are multiple issues regarding this: - #8 - #20 ## Cases 1. Remote SSH requires credentials...

enhancement

Hi there, I've problems with (I guess) 2FA enabled accounts. The following error message occures while trying to push: ``` ERROR - Unable to sync repo https://github.com/TYPO3/TYPO3.CMS.git -> https://git.custom-domain.tld/mirror-test/TYPO3.CMS.git (Command...

enhancement
documentation

I have a private repository I want on my private gitlab instance mirrored, how would I do this? Currently I get permission error. ``` START [2018-02-23 13:41:50.765365723 +00:00]: ssh://[email protected]:7999/xxxx.git ->...

enhancement
question

In the context where the tool in ran from a cron job, I'm looking for a way to handle the case where the source repository defined in the `origin` field...

enhancement
help wanted

Currently if a repository in Gitlab/Github doesn't exist anymore the local mirror is still kept. To save space in the long term the repository should be removed once it is...

enhancement
help wanted

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again Changelog Sourced from clap's changelog. [4.5.4] -...

dependencies

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5. Release notes Sourced from reqwest's releases. v0.12.5 What's Changed Add http3 feature back, still requiring reqwest_unstable. Add rustls-tls-no-provider Cargo feature to use rustls without...

dependencies