當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


Julia LibGit2.GitRemoteAnon用法及代碼示例


用法:

GitRemoteAnon(repo::GitRepo, url::AbstractString) -> GitRemote

僅使用其 URL 而不是其名稱來查找遠程 git 存儲庫。

例子

repo = LibGit2.init(repo_path)
remote = LibGit2.GitRemoteAnon(repo, repo_url)

相關用法


注:本文由純淨天空篩選整理自julialang.org 大神的英文原創作品 LibGit2.GitRemoteAnon — Function。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。