核心提示:in the website, add a new git repository, like: git@github.com:karlzheng/mp3repeater.gitin the local...
in the website, add a new git repository, like: git@github.com:karlzheng/mp3repeater.git
in the local git repository dir, exec the below commands:
git remote add origin git@github.com:karlzheng/mp3repeater.git git push -u origin master