# scripts **Repository Path**: dmcus/scripts ## Basic Information - **Project Name**: scripts - **Description**: 常用脚本,ubuntu 脚本 ,交叉构建:qt构建,python2构建,nano 文本编辑器构建。 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-12 - **Last Updated**: 2025-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: shell脚本, f133 ## README # scripts #### 介绍 常用脚本,ubuntu 脚本 ,交叉构建:qt构建,python2构建,nano 文本编辑器构建。 上传到GITEE 步骤 ``` git config --global user.name "name" git config --global user.email "example@126.com" ``` ## gitee https 方式每次都要输入密码的解决 ### 方式1 最简单 只需要第一次输入密码 ``` git config --global credential.helper store ```