git lfs 凭据检查命令

git lfs credential check command

那么,在 git pull 到 check/verify 之前,我可以使用任何简单的 git lfs 命令吗?我试过 git lfs pull 但那个不要求凭据。

Our company has a policy to force us to change passwords every three months. So git lfs operation will be broken every three months.

它不应该被破解,因为 Git 凭据应该使用 PAT(参见“Creating a personal access token for the command line”),而不是 Windows 密码。

这样,Windows 密码会不断变化,但您的 PAT 保持不变(并且可以随时 revoked/replaced)。