2018年5月10日
摘要: 一、安装Git 二、生成SSH密钥 连续按3个回车(密码默认为空),得到 id_rsa 和 id_rsa.pub 文件,在/root/.ssh 下说明生成成功 三、添加密钥到Github 打开 Github,登录自己的账号后点击自己的头像->settings->SSH And GPG Keys->N 阅读全文
posted @ 2018-05-10 22:45 末 阅读(336) 评论(0) 推荐(0) 编辑
摘要: git同步遇到报错“fatal: unable to access 'https://github.com/lizhong24/mysite2.git/': Peer reports incompatible or unsupported protocol version.” 解决办法: 问题解决了 阅读全文
posted @ 2018-05-10 21:30 末 阅读(6436) 评论(0) 推荐(1) 编辑
摘要: 在github上新建了一个仓库,然后相与本地的仓库联系起来 $ git remote add origin https://github.com/lizhong24/mysite2.git fatal: Not a git repository (or any of the parent direc 阅读全文
posted @ 2018-05-10 21:25 末 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 一、安装apache Apache是非常有名的web服务器软件,如果想让我们web项目运行几乎离不开它。 Apache官方网站:http://httpd.apache.org/ 根据自己的环境,选择相应的版本进行下载。apache 官网没有windows 64位版本,可以通过下面的链接进行下载:wi 阅读全文
posted @ 2018-05-10 15:51 末 阅读(914) 评论(0) 推荐(0) 编辑
摘要: configuration error: couldn't perform authentication. AuthType not set!: / 500服务器错误 解决方案: 属于2.4.*版本 将“Require all granted”删除即可。 阅读全文
posted @ 2018-05-10 13:35 末 阅读(365) 评论(0) 推荐(0) 编辑