Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrie30 committed Sep 16, 2024
1 parent 62e78ef commit 9995863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,13 @@ Below are the headers and their descriptions. Note that these headers may change
- **ghorgignore**: If a ghorgignore was used in the clone
- **ghorgVersion**: Version of ghorg used in the clone

#### Converting CSV to JSON

```bash
go install github.com/gabrie30/csvToJson@latest && \
csvToJson _ghorg_stats.csv
```

## Troubleshooting

- If you are having trouble cloning repos. Try to clone one of the repos locally e.g. manually running `git clone https://github.com/your_private_org/your_private_repo.git` if this does not work, ghorg will also not work. Your git client must first be setup to clone the target repos. If you normally clone using an ssh key use the `--protocol=ssh` flag with ghorg. This will fetch the ssh clone urls instead of the https clone urls.
Expand Down

0 comments on commit 9995863

Please sign in to comment.