How to downgrade to 1.3.0 - github

Im using win xp and got upgraded to 1.3.1 which is not xp compatabile so login keeps failing.
https://windows.github.com/release-notes.html
How to downgrade to 1.3.0?
Thanks

You probably have no real solution here. As they don't provide older version binaries for GitHub for Windows, you cannot install it unless you have an installation file.
GitHub recently merged GitHub for Windows and GitHub for Mac into one application: GitHub Desktop and it requires Windows 7 or later:
https://desktop.github.com/
In short, you cannot use any official desktop app from GitHub since they don't support XP anymore.
As alternative, you can use GitHub in your browser, push commits from your command line or a desktop client that supports XP.

Related

How to install plv8 in postgresql 14 for windows?

I tried installing plv8 from
[1]: https://martendb.io/v3/documentation/admin/installing-plv8-windows
but it did not work.
The challenge is Windows and Version 14. The solution you point to has only the files going up to PG Version 12. It works on 12, I used that on 12.
But I am also trying to find the windows version of this extension for PG 14. So far, people have updated the Linux builds for working with 14.
The correct, full answer is to download the source from github.
Install Version 14 of PG (You need the header files). Install the tools spelled out in the PLV8\Windows directory README. And then compile everything locally. This is what the Linux users do to get the binaries for their specific system.
we are grabbing the source from here: https://github.com/plv8/plv8/tree/master
We are working on this right now. We will push the compiled (under windows 10 x64) Versions up to another GIT and publish the link for others as our way of supporting this. (But it's not trivial, this stuff is made more for the Linux side of things)

Getting error in AWS toolkit for Visual Studio: Error loading AWS profile

I have installed AWS SDK toolkit for VS 2017. It was working fine. All of a sudden since few days back i am getting error "Error loading AWS profiles: Method not found:'Amazon.Runtime.TcpKeepAlive Amazon.Runtime.ClientConfig.get_TcpKeepAlive()"
I have tried uninstalling and reinstalling the toolkit, also i tried installing it on other machine with VS 2013, but both giving same error.
Is it problem with toolkit or anything changed on AWS side?
I have Windows 10 with latest updates.
VS2017 community edition
VS2013 community edition
Thanks in advance.
It is mostly caused an older version of AWSSDK.core that has already been added to GAC and is forcing your VS to use an older version of AWSSDK.core.dll.
After uninstalling all the other/previous versions of AWSSDK libraries (AWSSDK.S3.dll etc) from GAC solved the problem for me.
Also installing the latest AWSSDK.core.dll to GAC can work.
Hope this info helps someone.
Solution here that worked for me :
https://github.com/aws/aws-sdk-net/issues/1138
I have resolved this issue by uninstalling the latest one and installing this previous stable version of aws toolbar from visual studio update website(exact link https://aws.amazon.com/visualstudio where previous vsix downloaded).. if you cannot find the previous version here I added to my drive you can download.. https://drive.google.com/open?id=1Fkrxmv-dM8fwGDjNqse1Ssdm0k3YYbcH
Once you install old extention, be sure to disable auto update extension in VS.

Nuget (PowerShell 2.0 Error) Visual Studio 2015, Windows 10 (PwrShl 5.0)

I am using Visual Studio 2015, on Windows 10 - I am having an issue running the Nuget Console, it wants Powershell 2.0. I do infact have powershell installed, but its version 5.0
I don't really understand why 5 wouldn't be compatible with 2? or why nuget cant find 5 when 2 is not installed?
I've tried install 2, didn't work
I've tried the usual change permissions for nuget package signing, didn't work either
Any one got a suggestion? I'm sure it must be possible!
I need to download the latest Google Custom Search API, and it seems that Nuget is the only way to do it, but if not, then a link to direct download of the API would be just as useful for now! (I've got almost everything from google API, except search lol)
I've also tried installing the (Google Search API) packages manually via PowerShell 5.0, but it cant find them, as far as I am aware, the repositories should already be added, but perhaps not?
Full Error Message:
Error: The Package Manager Console requires PowerShell 2.0 runtime, which is
not detected on this machine. Please install the PowerShell 2.0 from
support.microsoft.com/kb/968929 and restart Visual Studio
You need to install Powershell 2.0. On Windows 10 you can follow these steps:
Go to This Pc
Click Uninstall or change a program on computer tab
Click Turn Windows features on or off
Mark Poweshell 2.0 for installation
Click OK
Or open powershell as admin and :
PS> Install-WindowsFeature PowerShell-V2

Connecting Nexus 7.2 (2013) to Eclipse

I can't get to connect my Nexus 7.2 (2nd gen or 2013 or FHD) to Eclispe. I followed all the topics available (even those about Nexus 7.1 first gen.) but the drivers provided by Google or Nexus seem to not work... Impossible to see my new Nexus 7.1 in Eclipse...
I was wondering if I was the only one to experience this problem ? or if someone has found a solution to that problem.
Thanks !
I had this problem but it was solved after I installed the correct drivers through Device Manager (My Nexus 7 showed a warning icon in Device Manager prior). I downloaded the drivers manually.
Also make sure you have the USB Driver here: http://developer.android.com/sdk/win-usb.html
And just in case you weren't aware, you need to have Developer Mode enabled on your Nexus 7.
Well, the answer for me is probably that it doesn't work with Windows 7 Familiale (Home) Premium but it works with Windows 7 Enterprise.

Installing SCM Manager (Mercurial admin web frontend) in windows

I successfully installed mercurial on Windows7 (IIS 7.5) and I got the default UI (default Mercurial admin web frontend). But there is no way to add repositories, users or setting permission through this UI. After some research I came to know about SCM Manager. But I am unable to install it. Can anyone please tell how to install SCM Manager on windows? If you can give the steps it will be very helpful.
Is there a reason why you use the IIS? You can alternatively use the stand alone version of the SCM-Manager that comes with a embedded Jetty server. Just unpack and run scm-server.bat.
https://bitbucket.org/sdorra/scm-manager/wiki/download
Finally I installed SCM Manager successfully on Windows 7. I followed this tutorial http://www.helicontech.com/articles/hosting-git-svn-and-hg-mercurial-repositories-on-windows-with-iis/