错误提示:error: The requested URL returned error: 403 Forbidden while accessing https://nanfei9330@github.com/nanfei9330/newsPM2.git/info/refs解决方案,进入项目目录v... Read More
posted @ 2016-01-05 16:47
tinyphp
Views(2737)
Comments(0)
Diggs(0)
1.warning: LF will be replaced by CRLF in xxxxx.设置:git config core.autocrlf false Read More
posted @ 2016-01-05 12:20
tinyphp
Views(732)
Comments(0)
Diggs(0)
我们通过npm start 默认入口是app.js,如果想默认入口改为main.js,可以修改项目下的/bin/www文件把app修改mainvar app = require('../app'); Read More
posted @ 2016-01-05 12:11
tinyphp
Views(346)
Comments(0)
Diggs(0)
1.安装Apacheyum -y install httpd 用/etc/init.d/httpd start 启动apacheapache默认的程序目录是/var/www/html2.安装MySQLyum -y install mysql mysql-server用/etc/init.d/mysq... Read More
posted @ 2016-01-05 11:05
tinyphp
Views(365)
Comments(0)
Diggs(0)