摘要:
1. Git 配置 连接远程仓库github 创建SSH Key 登陆GitHub,打开Account settings -> SSH Keys -> Add SSH Key,填上任意Title,在Key文本框里粘贴id_rsa.pub文件的内容 测试是否连接 几个概念: 工作区(Working D 阅读全文
摘要:
1.环境配置 Xcode安装 2.下载安装包 官网地址是:MongoDB Download Center | MongoDB 3.解压文件, 将文件放置/usr/local 4.配置环境变量 open -e .bash_profile export PATH=${PATH}:/usr/local/M 阅读全文