dougong7850 2015-01-21 20:27
浏览 56

GitHub没有将额外的Laravel PHP文件添加到存储库

I have a created a Laravel PHP application and now I want to push it to GitHub. In the past I have not had problems pushing my projects.

However, I am having an issue with the current project I'm trying to push since only the default Laravel PHP framework files are being pushed instead of all the files within the project directory. I am pushing this files via the command line.

Commands:

cd Desktop\Code\LaravelProject
git init
git add -A
git commit -m "First Commit" /* After I enter this command, I keep getting a 'nothing to commit' response  */
git remote add origin "My GitHUB remote Repository URL"
git remote -v /* Verifies my remote URL */
git push origin master

After I enter these commands, only the default Laravel PHP files are added to my GitHub repository (e.g. Creating a new Laravel PHP Project that contains the folders 'app', 'bootstrap' & 'public')

I have no idea why none of the additional files I've added to my project are being pushed to GitHub.

Any help is greatly appreciated!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 sub地址DHCP问题
    • ¥15 delta降尺度计算的一些细节,有偿
    • ¥15 Arduino红外遥控代码有问题
    • ¥15 数值计算离散正交多项式
    • ¥30 数值计算均差系数编程
    • ¥15 redis-full-check比较 两个集群的数据出错
    • ¥15 Matlab编程问题
    • ¥15 训练的多模态特征融合模型准确度很低怎么办
    • ¥15 kylin启动报错log4j类冲突
    • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大