# opensource-shiro-1.9.0 **Repository Path**: stu-chenxy/opensource-shiro-1.9.0 ## Basic Information - **Project Name**: opensource-shiro-1.9.0 - **Description**: shiro的开源代码阅读 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2022-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目初始化上传码云 1. Git配置码云 ``` git config --global user.name "stu-chenxy" git config --global user.email "stu.xy.chen@outlook.com" ``` 2. 本地创建git仓库 ``` # 下载源码 git clone --branch shiro-root-1.9.0 https://gitee.com/apache/shiro.git # 删除 git 相关文件、不需要的文件 # 初始化 git init git add . git commit -m "上传源码" git remote add origin https://gitee.com/stu-chenxy/opensource-shiro-1.9.0.git git push -u origin "main" ``` ### 错误 > push 错误 可能的403问题 unable to access xx: The requested URL returned error: 403 将Win的本地缓存清掉:控制面板 --> 凭据管理器 --> Windows 凭据。 找到 gitee 网站的凭据,点进去修改用户名和密码为码云账户的用户名和密码即可