Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top