How to install Github for Windows offline?

This is the answer I received from the support today (2015-06-30): Unfortunately we do not have a standalone installer at this time. GitHub for Windows makes use of Microsoft’s ClickOnce technology for installation and updates. We are currently working on an open source replacement for ClickOnce here: https://github.com/squirrel/squirrel.windows Once that technology is complete and ready … Read more

SmartGit Installation and Usage on Ubuntu

You can add a PPA that provides a relatively current version of SmartGit(as well as SmartGitHg, the predecessor of SmartGit). To add the PPA run: sudo add-apt-repository ppa:eugenesan/ppa sudo apt-get update To install smartgit (after adding the PPA) run: sudo apt-get install smartgit To install smartgithg (after adding the PPA) run: sudo apt-get install smartgithg … Read more

Unable to auto-detect email address

Well, the message is pretty much self-explanatory. You did not tell git what your name and email address is. Open a command line and type: git config –global user.email “you@example.com” git config –global user.name “Your Name” Of course you should enter your real name and email. Afterwards git knows who you are and is able … Read more

How to change SmartGit’s licensing option after 30 days of commercial use on ubuntu?

I went on the internet and I found this: To alter the license. First, go to Windows: %APPDATA%\syntevo\SmartGit&lt;main-smartgit-version> Windows portable: SmartGit\.settings\preferences.yml OS X: ~/Library/Preferences/SmartGit/<main-smartgit-version> Unix/Linux: ~/.smartgit/<main-smartgit-version> and remove the file settings.xml. If you have updated many times, you may need to remove the updates folder as well. It helped me on Windows, hope it helps … Read more

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