The repository serves as the platform for sharing source codes related to the final project of [CSIE 5043] Machine Learning during the Spring semester of 2023 at National Taiwan University.
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
Follow this:
git config --global credential.helper store
git pullAnd then type your username and password once for all.
You are Done.