Dus*_*der 17 git github localhost
我正在使用连接到我的远程bitbuckket git的github客户端的Windows 8笔记本电脑.我最近建立了我的网站localhost/WEBSITENAME/mobile的移动版本
现在在loaclhost/WEBSITENAME/mobile中的localhost/WEBSITENAME工作
现在github没有检测到新的移动文件夹,所以我无法推送我的移动文件.任何帮助都会很棒,因为我有另一个开发人员等待这些文件.
med*_*eda 15
如果您的目录结构如下所示:
/------WebsiteName/
|
|-----------/Mobile/
Run Code Online (Sandbox Code Playgroud)
然后确保您在WebsiteName目录中,然后运行 git status
如果仍然出现相同的错误,请按顺序运行以下命令:
git init
git status //here you should see the mobile folder and its files
git add --all
git commit -am "committing"
git push --all
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
29413 次 |
| 最近记录: |