Closed
Description
- Gitea version (or commit ref): 1.9.0+rc2-14-g650fdceb5
- Git version: 2.17.1
- Operating system: Ubuntu 18.04
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
When trying to migrate a private Github repo, migration tool fails with following error:
Authentication failed: Clone: exit status 128 - fatal: could not read Username for 'https://github.com': No such device or address
I have tried following senarios:
- Disable my two factor authentication and enter my username and password
- Enter a Personal Access Token with full access on my account
As long as my repo is private the migrate tool fails. Finally if I make my repo public, migrate tool works as it should.
P.S. Gitea is awesome! Thank you :)