lklein-btig

Results 3 issues of lklein-btig

https://github.com/JuliaLang/Pkg.jl/blob/a2b8729eabb33c4773bf21f0d7a0ccad8ce76457/src/GitTools.jl#162C1-L164C10 The credentials argument of the `GitTools.fetch` function has two uses in that function as far as I can tell: 1. It gets populated with a default, if its nothing....

```julia julia> using Mocking: @patch julia> f() = 5 f (generic function with 1 method) julia> f_patch = @patch f() = 6 ERROR: UndefVarError: Mocking not defined Stacktrace: [1] top-level...

Making sure the progress bar for cloning actually states that its cloning, rather than fetching. Removing unused credentials in fetch function. #3833