#下载

 

git init  #初始化

bash: y: command not found

lenovo@LAPTOP-KCQUT905 MINGW64 /d/homework (master)
$ git config -global user.email "632763953@qq.com"
error: did you mean `--global` (with two dashes ?)

lenovo@LAPTOP-KCQUT905 MINGW64 /d/homework (master)
$ git config -global user.email "632763953@qq.com"
error: did you mean `--global` (with two dashes ?)

lenovo@LAPTOP-KCQUT905 MINGW64 /d/homework (master)
$ git config -global user.email "632763953@qq.com"
error: did you mean `--global` (with two dashes ?)

lenovo@LAPTOP-KCQUT905 MINGW64 /d/homework (master)
$ git config =global user.name "yeers"
error: key does not contain a section: =global

lenovo@LAPTOP-KCQUT905 MINGW64 /d/homework (master)
$ git remote add origin https://gitee.com/yeers/python_learning/

lenovo@LAPTOP-KCQUT905 MINGW64 /d/homework (master)

相关文章:

  • 2021-05-18
  • 2022-03-01
  • 2022-12-23
  • 2021-07-05
  • 2021-04-21
  • 2021-12-30
  • 2022-01-07
  • 2021-12-01
猜你喜欢
  • 2021-08-16
  • 2021-10-18
  • 2021-06-11
  • 2022-01-31
  • 2021-07-05
  • 2021-11-08
  • 2021-05-22
相关资源
相似解决方案