# 常用软件集合 **Repository Path**: Harris-X/common-software-collection ## Basic Information - **Project Name**: 常用软件集合 - **Description**: 存放一些软件,含无线屏幕拓展程序(spacedesk),Windows快捷程序,everything,Ray,C编译器,数据库读取软件Navicat,Git工具,wget,Markdown 编译器(已经是能够使用的最新版本) - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-12-04 - **Last Updated**: 2024-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: 软件集合 ## README # 常用软件集合 ## 介绍 存放一些软件 ## 常用网址 > - http://dsaver.tk/#/login > - https://www.spacedesk.net/user-manual/ > - https://www.fastlink.pro/user ## 查看信息: > 1. 查看用户名:git config user.name > 2. 查看邮箱:git config user.email > 3. 查看密码:git config user.password ## 设置信息 ### 1. --local: 本地设置(仅对当前仓库有效) > 1. git config --local user.name “你的名称” > 2. git config --local user.email “你的邮箱” > 3. git config --local user.password “xxxxx密码” ### 2. --global 全局设置(对当前用户的所有仓库有效) > 1. git config --global user.name “你的名称” > 2. git config --global user.email “你的邮箱” > 3. git config --global user.password “xxxxx密码” ## 查看配置 > - 使用 git config --list 查看已配置的git账户信息