There is a project on GitHub I would like to use. There is no license posted, and the author has not responded to a request for clarification. As per the GitHub terms of service, under License Grant to Other Users, it says (emphasis mine):
If you set your pages and repositories to be viewed publicly, you grant each User of GitHub a nonexclusive, worldwide license to use, display, and perform Your Content through the GitHub Service and to reproduce Your Content solely on GitHub as permitted through GitHub's functionality (for example, through forking).
As I read this, I couldn't legally clone the repository. When I do git clone, I am reproducing the content outside of GitHub and making a copy or my local computer. Am I allowed to make a copy for myself, or is git clone a copyright violation when no license is posted?
I merely want to use the code. I do not intend to make any changes, do any redistribution, or incorporate it in any other code.