Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoGit and 1Password interaction doesn't work with "git clone" on a regular terminal
When I'm in a git directory, cloned from GitHub, and I use a git command all seems to work well:
- I insert a command (e.g. git fetch);
- "System" ask for my fingerprint;
- I insert my fingerpr...
Former Member
3 years agoIn VS code if I insert your command I get that I'm using SSH.
Anyway, when I say to use the "git clone" command without problems, I was implying that the value passed to "git clone" was an HTTPS link.
Example on standard terminal:
INPUT: git clone https://github.com/Username/repository
OUTPUT:
Clone in 'XYZ123' ..
Username for 'https://github.com':
Example on VS Code terminal:
INPUT: git clone https://github.com/Username/repository
OUTPUT:
Clone in 'XYZ123' ..
...
Done.