I recently needed to remove some sensitive information from my package and
used bfg as described by github
<https://help.github.com/articles/remove-sensitive-data/>.
Now when I try to tag my package I get the following error
julia> Pkg.tag("EEG")
fatal: Not a valid commit name 66e78bde1a6bb0ec6b4b1a29c18bb41b32da9c6d
ERROR: failed process: Process(`git
--work-tree=/Users/rluke/.julia/v0.4/EEG
--git-dir=/Users/rluke/.julia/v0.4/EEG/.git merge-base
66e78bde1a6bb0ec6b4b1a29c18bb41b32da9c6d
e24530c6b9336db73f78892afada86ea28050990`, ProcessExited(128)) [128]
in pipeline_error at process.jl:555
in readbytes at process.jl:515
in anonymous at pkg/entry.jl:570
in filter at array.jl:940
in tag at pkg/entry.jl:570
in tag at pkg/entry.jl:559
in anonymous at pkg/dir.jl:31
in cd at file.jl:22
in cd at pkg/dir.jl:31
in tag at pkg.jl:51
Does anyone know how I can resolve this error and publish a new package
version?