RubyMine fails to find github repository - github

I am testing out RubyMine from JetBrains as a potential new IDE to use for rails development.
I am trying to checkout from version control using github. But when I try to checkout my repository by url (which works on my cloud 9 environment), I get "Clone Failed repository not found".
I have tried the various suggestions on the web like setting SSH executible in the Git settings to "Native".
I have tried using both token and username password in the github settings.
I have tried "clone github repositories using SSH" and combinations of all of these.
Has anyone gotten RubyMine to work with github on a mac?
Thanks.

Related

Eclipse git - unable to clone - git: not authorized error

Recently my windows OS was reinstalled.
Before that, in my eclipse, clone was working without any issues. Now with fresh Eclipse, as I try to clone I get the error(attached images). Not sure what is missing.
I tried to add http.sslVerify=false and it is not working out.
In the browser I could see the repository and it is fine.
I also have 'Git' in my machine, through which I'm able to clone the repository! What could be issue when I do this via eclipse?
Issue
More details
In bitbucket 'settings', there is an option called 'app passwords' under 'Access Management'. There I created a password and used that password in eclipse during clone, solved my problem!

Team Foundation Server - Eclipse and Cross Platform: Unable to clone Git repository using TEE in Eclipse. Error cloning - Not Authorized

I have TFS 2018.2 and Eclipse IDE for Enterprise Java Developers Version 2019-06 (4.12.0). In eclipse I have installed Team Explorer Everywhere plugin and I am able to see all my Git repository however when I try to clone a git repository using the administrator account in TFS I get below error:
Error cloning the <GitName> repository.
http://../..//<GitName>: not authorized.
Clone Error:
Eclipse Version:
Reference Document
In case if the question is placed in the wrong forum path feel free to correct it.
I have tried the resolution provided in https://github.com/microsoft/team-explorer-everywhere#frequently-asked-questions-faq
Also, tried installing latest versions of Egit in Eclipse - https://download.eclipse.org/egit/updates/
I am not sure how to use the older version of Egit to try the import of repository. I seem to have latest version of Egit.
UPDATE:
Apparently I am able to resolve the issue by following below steps:
And creating a Git repository from File menu and then utilizing the 'Copy clone URL' from the first image. Select the newly created repository and perform right click on it to select 'Paste repository path or url' which would ask for authentication and repo would be copied.
However the action items have carried TFS to run into issues:
and
According to your description, I'm afraid you are in the wrong direction to fix this issue.
Your error actually is "not authorized" which is not Authentication not supported. There are totally different issues. Instead of digging into that QA, you should try to figure out why it's not authorized for MyGit repository.
First give a try to use Eclipse with version 4.2 to 4.6 instead of latest according to official link of team-explorer-everywhere.
Supported on Linux, Mac OS X, and Windows. Compatible with IDEs that
are based on Eclipse 4.2 to 4.6.
Besides follow below steps to narrow down the issue:
You should also use git command line by using the administrator
account in TFS and check if you are able to use it to connect/clone
MyGit repository which hosted by TFS server.
Check if your Eclipse can connect to and clone library from any
GitHub repo correctly.
Update or delete cached credentials from Control Panel ->
Credential Manager -> Generic Credentials the password for
git:http://ServerName:xx/

GitHub option not available in PyCharm VCS | Checkout from Version Control

I'm trying to clone a repository from GitHub to PyCharm, and so I looked up how to do that. I looked at this website, and it told me to go to
Choose VCS | Checkout from Version Control | GitHub on the main menu. PyCharm establishes connection with GitHub using the login and password you registered. Upon establishing connection, the Select Git Hub Repository to Clone dialog box opens.
From the Repository drop-down list, select the source repository to clone the data from.
But, when I go to VCS | Checkout from Version Control, there is no GitHub, only these options:
So I looked at this answer to this question, which was similar but on Intellij (I hope PyCharm and Intellij work similarly), and the answer was to
Go to File > Settings > Plugins and search for GitHub and Git Integration then install those. A restart might be required in order to apply the changes.
(answer was written by Enzokie). So I went there and those were both installed. What is wrong and why can't I clone a repository from GitHub?
GitHub is a web-based hosting service for version control using Git.
I copied that from their webpage.
The version control system you want to use is Git. And you will connect to GitHub, (which also uses Git), to clone the project you want.
So, select the Git option, enter the project URL and voila!
Another version control web-hosting service who also uses Git (but also Mercurial), is Bit-Bucket.
This Wikipedia page explains what Git is.

Developer Console, github

How do i check in code in Git Hub from Developer console.
I have been trying to browse, i saw we have to sync code to eclipse and then drop files to Git Hub.
Can anyone suggest me a standard way to do this please
The Salesforce Developer Console based out the UI cannot integrate with Git Hub to check in/out code. You'll have to do it with files stored locally either using your IDE or terminal. This is the same as working with any Git repo and really is unrelated to Salesforce.
There is a new feature called Salesforce DX that has a tighter integration with git repos, it's going beta in Summer 17.

AWS CodeCommit Eclipse Git Clone Push

I am unable to clone a repo via HTTPS using Eclipse Git plugin.
And the error is a list of error what the error could be.
But I have Googled it though and it seams that JGit is not working well with AWS CodeCommit.
And I am unable to implement any solution to resolve the occurring problem.
I was able to clone the repo via the basic process using AWS CLI and Git on mac OS X.
I won't be able to use SSH because it is a security requirement.
Could anyone tell me a way to be able to use Git GUI within eclipse with AWS CodeCommit.
Good News! There is now a way to use a username and password to access an AWS CodeCommit repository over https! Check out this blog post.