zoukankan      html  css  js  c++  java
  • git 软件

    #下载

    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)

  • 相关阅读:
    Java:day4
    Java:day3
    Java:day2
    Java学习的第一天
    void指针
    const* 和 *const
    指针数组和数组指针
    c++的const
    C语言基础总结
    C、C++、java中的static区别
  • 原文地址:https://www.cnblogs.com/yeers/p/11543265.html
Copyright © 2011-2022 走看看