GitHub for Windows can't log in [duplicate] - github

This question already has answers here:
Login failed in github for window
(5 answers)
Closed 9 years ago.
When i install GitHub i can't log in using my acount credentials.
I get the error
Login Error
unable to retrieve your user info from the server. A proxy server might be interfering with the request
I tried reinstalling several times, with no success.
Also, i read somewhere that someone had a problem with rasman.dll, but i did run
sfc /scannnow
command and didn't get any reports.
Do you have any idea what might cause this problem?
UPDATE:
I re-installed the app for the third time, and updated my .NET framework, and it solved my problem (i'm guessing the .NET framework update solved it, but maybe the re-installation helped :))

I was facing the same issue, .NET framework update worked for me. No need to reinstall the GitHub Windows client. Check this thread

Related

SQL Developer Lost all Connections

I am trying to connect to oracle database using SQL Developer. For the last 2 years I never had any issues but all of a sudden, all connections were lost. I tried to add new a one, and the connection is testing successfully. But when I clicked on the Connect button nothing happens.
I tried updating the java version to latest one, but the problem still persists.
What could be the issue? Is it related to Firewall?

PCFDEV: Pivotal Network returned: 451 Unavailable For Legal Reasons

This is an informational post about a recent problem I encountered when installing PCFDEV for use in development and testing.
On Ubuntu-16.04 server core, when I was starting PCFDEV as follows ...
cf dev start
... I was getting the error "Pivotal Network returned: 451 Unavailable For Legal Reasons".
I was using this within the proper terms and conditions (local development and/or integration testing) and my email and password are correct. Why was I getting this error?
Possible Reasons and/or Solutions:
Make Sure to Download the most recent version of PCFDEV (https://stackoverflow.com/a/44029486/1669464).
Logging into the Pivotal.io website with the credentials being used may resolve the issue (https://stackoverflow.com/a/44094847/1669464).
I had exactly the same problem just recently. I logged in at pivotal's network and the issue was resolved.
For me, this problem was caused by an outdated version of PCFDEV I had downloaded a month ago.
Downloading a fresh copy and running the plugin installer will upgrade the plugin to the most recent version. The error went away after this.

Problems when migrating from on-premises TFS to VSO using OpsHub

We are trying to migrate from our on-premises TFS 2010 to Visual Studio Online (VSO). We did it a first time just to test it out. The OpsHub application stopped a couple of times, but we finally succeeded. We did our testing and deleted the project from VSO.
The second time dident go so well. It gives the following error after migrating a lot but not all of our change sets:
com.opshub.eai.config.exception.ConfigServiceException:
OH-CONFIG-0101: Exception while calling service, underlying cause :
could not execute query.
We can press OK and navigate into another view in the application but the same error occurs on every view. We have restarted the application, the service and even the server. We always get the same error. We decided to uninstall the application and reinstall it. That solved the problem, but it appears again after we have migrated about 60% of our source code (a day or so).
So, after 3 re installations we are about to give up. It doesn't crash on the same change set every time.
Does anyone know a way around this? Is there any way we can see the real cause of the problem and fix it?
We are using version V1.3.000B000 (latest version).
Not sure if this is the proper place to post the question, but OpsHub is referring to stack overflow for support.

Eclipse with Worklight studio and Android hangs with "The User operation is waiting for 'Startup preview server listener' to complete"

I have been successfully developing on Eclipse Keplerwith Worklight Studio 6.1 on Windows 7 for several months now.
When suddenly I have started getting the following error message every time I try do deploy my app to the embedded worklight Server: "The User operation is waiting for 'Startup preview server listener' to complete". It hangs and never completes. See screen capture below.
I know that similar errors have been logged on StackOverflow, but I have never seen a clearcut answer for how to fix it.
Would appreciate any suggestions.
Have you tried the steps described in this stackoverflow question, it has a few steps that should address the problem.
The problem is likely to be caused by some specific configuration in your workspace so trying a new workspace should reset all settings to default, and it will also allow you to compare the different environments to identify the root cause.
Please report back to your results.

Heroku error: java.lang.reflect.InvocationTargetException?

Hi my friend and I are facing this problem where we are unable to create a Heroku application in eclipse. We keep running into the error and the error is java.lang.reflect.InvocationTargetException. We followed Heroku eclipse but it still gives the error. My friend even downloaded the newest eclipse no no avail.
You must have reached the app limit in heroku. Heroku provides 5 free apps. Delete one and try again.
Go to heroku.com and login. You will see all the apps you created.
Then go to the settings and delete one app and try creating template again in eclipse.
No help I know, but I am also seeing this. I have used heroku from the command line in the past, but following the instructions on the heroku site don't appear to be working.