# codeanywhere **Repository Path**: fckoa/codeanywhere ## Basic Information - **Project Name**: codeanywhere - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-12-23 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # codeanywhere 1. cat ~/.ssh/id_rsa.pub 粘贴公钥到自己的gitee 2. 普通用户初始化 ``` bash <(curl -sL https://t.cn/E4p3ywj) ``` 管理员给别人初始化(会重置密钥) ``` bash <(curl -sL http://t.cn/E4B3uNH) ```