-
Notifications
You must be signed in to change notification settings - Fork 70
Credentials on Linux #42
Comments
Are you using an ssh-key? I am running on a mac and do all of my clones over ssh and I never have a problem |
No, I wasn't. Right after I posted this, it occurred to me that I might be able to avoid that problem entirely by using ssh auth instead of using my password. It works like a charm. I didn't close this issue because I figure every other windows guy on earth is going to run into the same problem at some point. (Because who could resist installing this on their toy linux install and playing with it, right?) edit: Not that I have a problem with someone else closing it at all! |
I can't stand using http for my git stuff. Even if I'm on windows I'll generate an ssh key just so I don't have to worry about username/password |
Granted it would be nice to get this working with http and ssh... |
For the record:
I think this issue can be closed, because saving the credentials in Atom would be a "bad idea (tm)" |
I agree that credentials being saved in git-control are a bad idea. Unfortunately the question pops up quite alot as users that are new to git aren't familiar with the way credentials work. |
OK, I've seen a lot of replies about storing credentials, but, if I am On Sat, Jul 18, 2015, 3:32 AM Bricktop notifications@github.com wrote:
|
@MarcelMue yes, git-control should be able to enter the credentials. Which currently it isn't able to, right? But it shouldn't store them. Maybe as soon as we can enter credentials, there should be a note next to the form that mentions setting up proper git credential storage. What do you think? @archer884 You are correct. The real bug is that we can't even enter any credentials for HTTPS. And that does indeed need to be addressed. I think there was something about the library used for calling git that made this hard. but I don't exactly remember the details.. |
Yes, sorry I just skimmed this thread again when writing my earlier response and misunderstood the problem. I think the problem was that the credentials are entered in a console something like this: So the bottom line is contributions are welcome :D |
First tried this extension on Windows 8.1 because why not and I was absolutely blown away, so i thought, "Hey, I have got to put this on my Linux machine..." Unfortunately, without the credential helper I've got installed on Windows, the plugin is somewhat less useful. It's not a big deal, but it does mean that once every 90 minutes or so I'm going to have to update my credentials the hard way... And I realize this may be entirely me and nothing to do with git-control at all, too.
Is there a chance you can fix that?
Is there a way I can work around it?
Still a little new to the whole git-on-linux thing.
The text was updated successfully, but these errors were encountered: