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
require std4 from git "https://github.com/leanprover-community/std4" @ "main"
Note that I made a mistake: this repo does not exist since std4 is in the leanprover organization.
When I open this file in neovim, it then shows the following:
meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"
+
+ Username for 'https://github.com': ub.com/leanprover-community/std4" @ "main"
There is a password prompt, and it shown on top of the neovim TUI. Even worse, there is no way to either enter a password or interact with neovim.
The text was updated successfully, but these errors were encountered:
This could be a difference between macOS and Linux. From what I can tell the git password prompt goes to extreme lengths so that it is shown (and accepts input!) even when you redirect all outputs:
$ git clone https://github.com/leanprover-community/std4 </dev/null >/dev/null 2>/dev/null
Username for 'https://github.com': gebner
Password for 'https://[email protected]':
Got it, will give a shot on a Linux box then I guess (though what you show there is the same as the behavior on macOS -- I think it just chooses to read/write directly to /dev/tty?)
Put the following in a lakefile:
Note that I made a mistake: this repo does not exist since
std4
is in theleanprover
organization.When I open this file in neovim, it then shows the following:
There is a password prompt, and it shown on top of the neovim TUI. Even worse, there is no way to either enter a password or interact with neovim.
The text was updated successfully, but these errors were encountered: