Gitea git clone fatal: repository not found : SOLVED
علی ذوالفقار
1403/10/28 09:47:26 (12)
just add username to git clone URL like this :
git clone https://username@myGitServer.com/REPO_NAME/repo.git
or
git clone https://username:password@myGitserver.com/REPO_NAME/repo.git