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)

  • 相关阅读:
    Android设备管理器
    Android中读取手机联系人
    PopupWindow
    Activity之间数据的传递
    wpa_supplicant
    nandflash之基本特性
    NAND NOR Flash 和MTD
    mtd-util
    linux 常用命令
    minizip -基于zlib开源代码库
  • 原文地址:https://www.cnblogs.com/yeers/p/11543265.html
Copyright © 2011-2022 走看看