Tips-Git
Stop enter the passphrase
duplicate the repository
Open Terminal.
Create a bare clone of the repository.
git clone --bare [email protected]:coyawa/DataVisFinal.git
Mirror-push to the new repository.
cd old-repository.git
git push --mirror [email protected]:coyawa/CS573-DataVisFinal.git
Remove the temporary local repository you created in step 1.
cd ..
rm -rf DataVisFinal.git