My new Github page isn’t showing up

Rename your repository to <yourusername>.github.io as explained in the documentation. To publish a user site, you must create a repository owned by your user account that’s named <user>.github.io. Edit: You can only use your own account name for a User or Org Pages repository. A repository like joe/bob.github.io will not build Pages.

Git Push ERROR: Repository not found

Check to see if you have read-write access. The Git error message is misleading. I had a similar issue. I had been added to an existing project. I cloned it and committed a local change. I went to push and got the ERROR: Repository not found. error message. The person who added me to the project gave … Read more

git push to specific branch

git push origin amd_qlp_tester will work for you. If you just type git push, then the remote of the current branch is the default value. Syntax of push looks like this – git push <remote> <branch>. If you look at your remote in .git/config file, you will see an entry [remote “origin”] which specifies url of the repository. So, in the first … Read more

Git:nothing added to commit but untracked files present

You have two options here. You can either add the untracked files to your Git repository (as the warning message suggested), or you can add the files to your .gitignore file, if you want Git to ignore them. To add the files use git add: To ignore the files, add the following lines to your .gitignore: Either option should allow the git pull to succeed … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)