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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corresp
29
29
## 📚 Requirements
30
30
31
31
- Python 3.7+
32
+
- For private repositories: A GitHub Personal Access Token (PAT). You can generate one at [https://github.com/settings/personal-access-tokens](https://github.com/settings/personal-access-tokens) (Profile → Settings → Developer Settings → Personal Access Tokens → Fine-grained Tokens)
32
33
33
34
### 📦 Installation
34
35
@@ -83,6 +84,10 @@ gitingest /path/to/directory
83
84
# From URL
84
85
gitingest https://github.com/cyclotruc/gitingest
85
86
87
+
# For private repositories, use the --token option
88
+
# Get your token from https://github.com/settings/personal-access-tokens
0 commit comments