摘要: vim ~/.git-credentials https://user.name:user.password@github.com ##windows下 C:\Users\Administrator\.ssh 生成秘钥对(id_rsa、id_rsa.pub)放入此目录 将公钥id_rsa.pub放到 阅读全文
posted @ 2020-05-28 15:33 gzdgz 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 一、源码安装 下载、安装 1. git clone https://github.com/erlang/rebar3.git 2. cd rebar3 3. ./bootstrap 4. ./rebar3 local install 配置环境变量 1. vim ~/.bashrc 2. 在末尾追加  阅读全文
posted @ 2020-05-28 14:12 gzdgz 阅读(658) 评论(0) 推荐(0) 编辑