git init
git remote add origin [email protected]:...GITHUB_URL...
git fetch
git checkout -f main
git remote -v
Then
git pull
git init
git remote add origin [email protected]:...GITHUB_URL...
git fetch
git checkout -f main
git remote -v
Then
git pull