À propos de l'utilisation du gîte

1. Installez git

  1. Installer git git --version afficher la version
  2. Créer un entrepôt
  3. configuration globale de git
git config --global user.name "huangkaihk"
git config --global user.email "邮箱"
git init 
git remote add origin  https://gitee.com/huangkaihk/
git clone

Nouveau .gitignore ( imgs/ )

Je suppose que tu aimes

Origine blog.csdn.net/weixin_45753588/article/details/124393813
conseillé
Classement