The error message on git clone is:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The error message on git clone is:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Since it is a private GitHub instance, go to your github.iu.edu profile page, and double-check you have registered your public key to your account.
Then double-check ssh is working with:
ssh -T git@github.iu.edu