question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sameeragrawalcommented, Nov 17, 2020

@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.

0reactions
sameeragrawalcommented, Nov 17, 2020

@mjcheetham I tried that, but after scalar clone shows the failure, no gcm.log is generated.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found