Getting terminal prompts disabled error when cloning a new repo
See original GitHub issue$ scalar clone https://office.visualstudio.com/DefaultCollection/<...>
Skipping GVFS protocol check...
Fetching objects from remote...
Failed
Cannot clone @ /Users/sameer/enlist/<...>
Error: Failed to complete regular clone: fatal: helper error (255): Interactivity is required but has been disabled.
fatal: could not read Username for 'https://office.visualstudio.com': terminal prompts disabled
Had to manually run a git clone to complete the auth, and then ran scalar clone
again to make it work
OS: Mac Big Sur
$ git version
git version 2.28.0
$ scalar version
scalar 20.10.178.6
Both git
and scalar
are installed using homebrew
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
go get results in 'terminal prompts disabled' error for github ...
I just did the simple following steps and it's started working... Tried to clone the same repo in different location.
Read more >Today I Learned — Fix for “Fatal: could not read Username ...
go get disables the “terminal prompt” by default. This is a minor issue and is not a root cause.
Read more >could not read Username for 'https://github.com': terminal ...
I'm able to go build ./... the project and generate executables, but unable to build from within vim-go due to an issue accessing...
Read more >Fixing "go get" and "terminal prompts disabled" when pulling ...
This frustrating error when running go get can be fixed by following these instructions: go: downloading gitlab.com/christianhellsten/go-xxxx ...
Read more >How to fix 'fatal: could not read Username for 'https://gitlab. ...
Point out that your repository or even repositories are private to Golang. Set go env -w GOPRIVATE="gitlab.com/blablabla*" . step 3. Set git config...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@derrickstolee No, I did the
install scalar
, and was using the git already installed on machine via homebrew. I did not intend to use GVFS version.@mjcheetham I tried that, but after scalar clone shows the failure, no gcm.log is generated.