github icon indicating copy to clipboard operation
github copied to clipboard

a module for building, searching, installing, managing, and mining Stata packages from GitHub

Results 10 github issues
Sort by recently updated
recently updated
newest added

Dear @haghish , First of all, thank you so much for the `github` command. It is fantastic. I think it will revolutionize the way people work and contribute in Stata....

I did a fresh install of `github` and used it to install `rcall`. During the installation process its `dependency.do` queried for the `github` version, which isn't in the dataset, giving...

fixes #22 ![image](https://user-images.githubusercontent.com/35301997/165349745-491d9b7c-f116-4b01-9722-41f25fdba635.png)

I'm using STATA 17 and github 2.3.0. When I use `github list`, it says: ``` too few quotes r(132); ```

Using `github` to install a particular version of a package, e.g. `rcall`, (on Windows, Stata 15) leaves behind an `rcall-X.X.X` folder extracted from the `zip` file. It would be good...

Hi! Your list of packages installable via gitget seems to be outdated (last update seems to be January). This package is missing for instance https://github.com/CTU-Bern/btable. Can you update it? Or,...

I have been work in a package but I have a lot of files that have the same name as files already installed in PLUS directory. Therefore, when I use...

Due to certain reasons, I often encounter network issues that prevent me from completing package installations using this command. ``` remote connection failed ``` I'm unsure how to resolve this....

## The issue The `github install` command was failing to download stable/release versions of packages where the package name and repository name were not the same. ### Specifics The command...

This patch makes `github` look for the `github.dta` in the same sysdir as it's installed into, rather than only looking in `PLUS`. This allows the program to work when it's...