문제

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