# go-common **Repository Path**: dem_he/go-common ## Basic Information - **Project Name**: go-common - **Description**: go-common - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-common 本地需要先设置git全局配置,记住用户名和密码,步骤如下: 1. 执行git命令 ``` git config --global credential.helper store ``` 2、克隆代码 ``` git clone https://gitee.com/dem_he/go-common.git # 随便克隆到某个目录,主要是设置用户名和密码 ``` > 记住用户名和密码之后,本地开发执行 `go mod tidy` 或 `go get` 的时候就可以成功了