"# PersonalSiteforA14"
…or create a new repository on the command line echo "# PersonalSiteforA14" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/AIKO7772011/PersonalSiteforA14.git git push -u origin master