【发布时间】:2015-12-21 02:09:51
【问题描述】:
我正在尝试将我的 Laravel 应用程序推送到 GitHub。我所做的事情在Laravelapp目录中如下:
git init
git remote add origin my@gitrepositaty.com
git commit -u 'my app'
# nothing added to commit but untracked files present
git add .
# fatal: LF would be replaced by CRLF in .env.example
git add origin master
# error: src refspec master does not match any
【问题讨论】: