Error when: git pull Error Message: fatal: refusing to merge unrelated histories Solution : git pull origin master –allow-unrelated-histories
"GIT refusing to merge unrelated histories"Category: git
Problem: angular-gh-pages bash: /dev/tty: No such device or address Help for git remote remove: https://help.github.com/articles/changing-a-remote-s-url/ fatal: could not read Username for ‘https://github.com’: Invalid argument #71 For me the solution to this was updating the remote URL to: git remote set-url origin https://:@github.com//.git
"angular-gh-pages bash: /dev/tty: No such device or address"
problem: Error: Permission denied (publickey) try: git config –global user.email try: > git config –global user.name webdevdaniel > ssh -T git@github.com Permission denied (publickey). help: https://help.github.com/articles/error-permission-denied-publickey/ related: $ eval “$(ssh-agent -s)” Agent pid 91130 ~/GitHub/Trump (Daniel) $ eval $(ssh-agent -s) Agent pid 93421 $ ssh-add -l The agent has no identities. ~/GitHub/Trump (Daniel) $ ssh-add -l -E md5 The agent has no identities. most helpful: https://gist.github.com/adamjohnson/5682757 Next: https://pages.github.com/
"Error: Permission denied (publickey)"
tlsv1 alert protocol version Very Strange! Full error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Any Ideas? I’ll circle back to this!
"tlsv1 alert protocol version"
How to Fork my own Repo on Github? Here’s what I did, please adjust and change according based on your context 1. Create a New Repo On Github Now, you will see a few boxes with … Quick setup — if you’ve done this kind of thing before or [HTTPS] [SSH] [https://github.com/profoundhub/mean-stack-demo-fork.git] We recommend every repository include a README, LICENSE, and .gitignore. …or create a new repository on the command line echo “# mean-stack-demo-fork” >>…
"How to Fork my own Repo on Github"