You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with a colleague to install plugins on their Windows machine, they said that they got a pop up prompt to enter git credentials. Looking at their logs I do see:
[10:47:12.015] [undefined] adding plugin at https://github.com/natcap/schistosomiasis.git.
[10:47:12.016] [undefined] git [
'clone',
'--depth',
'1',
'--no-checkout',
'https://github.com/natcap/schistosomiasis.git.',
'C:/Users/username/AppData/Local/Temp/natcap-invest-Kvp3U8'
]
[10:47:12.230] [undefined] Cloning into 'C:/Users/username/AppData/Local/Temp/natcap-invest-Kvp3U8'...
[10:47:18.261] [undefined] Logon failed, use ctrl+c to cancel basic credential prompt.
[10:47:18.781] [undefined] bash: /dev/tty: No such device or address
[10:47:18.785] [undefined] error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': No error
The installation process seemingly continues on just fine.
The text was updated successfully, but these errors were encountered:
dcdenu4
changed the title
Plugins: someone without configured might be prompted to enter git credentials
Plugins: installation of plugin might prompt user to enter git credentials
Dec 16, 2024
When working with a colleague to install plugins on their Windows machine, they said that they got a pop up prompt to enter git credentials. Looking at their logs I do see:
The installation process seemingly continues on just fine.
The text was updated successfully, but these errors were encountered: