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
fork_index===nothing&&error("You need to have a fork of the registry in your github account.")
The reason seems to be that I am the owner of the registry repo. Thus, I don't have a fork of it. In fact, the gh_forks in the line above is empty.
The text was updated successfully, but these errors were encountered:
lassepe
changed the title
PkgDev.tag fails if the registry is not a fork but owned by me.PkgDev.tag fails if the registry is not a fork but owned by the user.
May 2, 2021
I would like to use
PkgDev.tag
in combination with my personal registry setup using LocalRegistry.jl. However, I'm running into this error message:PkgDev.jl/src/tag.jl
Line 101 in 278dd85
The reason seems to be that I am the owner of the registry repo. Thus, I don't have a fork of it. In fact, the
gh_forks
in the line above is empty.The text was updated successfully, but these errors were encountered: