git error fatal: repository not found code example
Example 1: git fatal error is outside repository
mkdir "c:\repo"
cmd /K "cd c:\repo\"
git init
echo "content" > file.txt
git add C:\repo\file.txt
Example 2: git github private fatal repository not found
git remote set-url origin https://[email protected]/aceofwings/RotairERP.git