I have recently started using GitHub. I am uploading my cakephp website. Also, I am using GitHUb for windows, http://windows.github.com/

Now, after I added my CakePHP files -> committed the changes -> synced, I do not see my app/database.php file being uploaded.

I checked the repository through browser, but still can't find the database.php file.

I have re-installed GitHub for windows, created a new repository, again added the files to it, but same result.

Please help, what is the issue.

有帮助吗?

解决方案

Clear your .gitignore file and commit again.

But database.php is in your .gitignore is for a security reason. It may contain sensitive data, double check it before pushing.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top