Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 Windows 安装了 github。我将存储库克隆到本地驱动器。但是当我从 eclipse 对我的应用程序进行一些更改时,这些更改不会出现在 github for windows 中。希望尽快得到答复。
PS我是菜鸟
对于其他阅读本文的人:如果您生成大量未跟踪/修改的数据,GitHub Windows 应用程序有时似乎不知道所有最近的更改。
例如:如果你生成了一堆未跟踪的 Doxygen 文件(~500MB),GitHub 可能需要很长时间才能最终显示“未提交的更改”。与此同时,您可能看不到任何更改。
如果您的 git bash 显示更改,而您的 GitHub gui 没有,那么这可能是您的问题。
我认为我已经习惯了关于项目中 PHP 声明的相当自由的政策 - 我一直只是使用:
<? // here is my php code ?>
我只是在 FastCGI 下使用 PHP-FPM 设置了一个 nginx 服务器,现在它需要我明确声明:
<?php // here is my php code ?&