sirin05137 / CSE364_Project

2 stars 0 forks source link

Git cloning private repository issue #1

Closed yuujinleee closed 3 years ago

yuujinleee commented 3 years ago

The doc Im referring to : https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

The piazza question related to this issue : https://piazza.com/class/km1t4q5ekt33t4?cid=15

yuujinleee commented 3 years ago

Have solved with personal access tokens, using OAuth with Git https://github.com/settings/tokens https://github.blog/2012-09-21-easier-builds-and-deployments-using-git-over-https-and-oauth/

*this is run.sh*
git clone https://7431831df8332ebd730fab69f7dbdc329659ed45@github.com/sirin05137/CSE364_Project.git
cd CSE364_Project
mvn install
java -cp target/cse364-project-1.0-SNAPSHOT-jar-withdependencies.jar xxx.yyy.YourClass Adventure educator