许久没有用GitHub了,怎么传仓库都忘记了。在这里记录一下
If you have a local folder on your machine and you want to transform it into a GitHub repository, follow the steps below:
1. Install Git (if not already installed)
Make sure you have Git installed on your machine. If not, download and install Git.
2. Create a GitHub Repository
Before pushing your local folder to GitHub, create a repository on GitHub:
- Go to GitHub.
- Log in to your account.
- Click on the
+
sign at the top right and choose “New repository.” - Fill in your repository name and choose other settings like whether you want to initialize it with a README (for this tutorial, do not initialize with README, .gitignore, or license).
- Click “Create repository.