Questions tagged «ls-remote»

2
如何检查对远程Git存储库的写访问权限(“我可以推送吗?”)
我正在构建一个(有点受限制的)Git客户端。要设置存储库,请输入远程仓库的URL。我想检查用户是否对该存储库具有读写访问权限。如果没有,我将显示一个身份验证对话框。 我检查“读”访问用git ls-remote <url>。 有没有类似的方法可以检查“写入”访问权限而无需先克隆存储库?(我知道我可以git clone <url>,然后git push --dry-run)
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.