# GroupWork **Repository Path**: Xia0-Ming/GroupWork ## Basic Information - **Project Name**: GroupWork - **Description**: 小组作业仓库 作业&作业相关的都可以丢进来 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-19 - **Last Updated**: 2025-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. # GroupWork **无法登录github解决方法** ``` git bash git config --global http.proxy http://127.0.0.1:7890 # 这里为clash设置的端口,默认7980 git config --global https.proxy http://127.0.0.1:7890 ```