← Back to Posts

Gitea git clone fatal: repository not found : SOLVED

👤 علی ذوالفقار 📅 1403/10/28 09:47:26 👁️ 19 views
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
← Back to Posts