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: gitkraken-client/git-lfs.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Navigate to your Preferences and you should see the LFS tab in the left panel:
120
120
<imgsrc='/wp-content/uploads/lfs-tab.png'srcset='/wp-content/uploads/[email protected] 2x'class='img-responsive center img-bordered' />
121
121
122
122
<divclass='callout callout--warning'>
123
-
<p><strong>Note:</strong> If you do not see the LFS tab, make sure you have a GitKraken Client v3.0.0+ installed and you meet these <a href="/git-workflows-and-extensions/intro-and-requirements/#git-lfs-requirements">System Requirements</a>.</p>
123
+
<p><strong>Note:</strong> If you do not see the LFS tab, make sure you have a GitKraken Client v3.0.0+ installed and you meet these <a href="/gitkraken-client/git-lfs/#git-lfs-requirements">System Requirements</a>.</p>
124
124
</div>
125
125
126
126
Click to initialize LFS on the repo:
@@ -187,41 +187,39 @@ Click the arrow on the button and select the desired command. Other than _Prune_
187
187
188
188
## LFS FAQ
189
189
190
-
### LFS Features & interface
191
-
192
-
#### I updated to v3.0.0 of GitKraken Client but I cannot find LFS anywhere?
190
+
### I updated to v3.0.0 of GitKraken Client but I cannot find LFS anywhere?
193
191
194
192
You will need to make sure you have Git v1.8.5 and LFS v2.0.0 installed on your local machine.
195
193
196
-
####I switched repos and now I do not see the LFS button. Where did it go?
194
+
### I switched repos and now I do not see the LFS button. Where did it go?
197
195
198
196
It is most likely that you have switched to a repository that does not have LFS initialized. If you wish to initialize this repo with LFS, you can do so by navigating to the hamburger menu → LFS → Initialize LFS on this repo.
199
197
200
-
####I added a LFS tracking pattern in GitKraken Client but files with that pattern are not being tracked by LFS, what gives?
198
+
### I added a LFS tracking pattern in GitKraken Client but files with that pattern are not being tracked by LFS, what gives?
201
199
202
200
Only new files will be tracked by the newly added pattern. If files of the newly added pattern are already being tracked by Git, you will need to untrack them and then re-track them.
203
201
204
202
The easiest way to do this in GitKraken Client is to remove the files from the repository (Git will think they have been removed/deleted), commit, then re-add the files and re-commit. The re-added files should now follow your new tracking pattern.
205
203
206
-
####After trying to push my files, I see a prompt requiring my credentials. What credentials is it referring to?
204
+
### After trying to push my files, I see a prompt requiring my credentials. What credentials is it referring to?
207
205
208
206
This prompt occurs if your LFS server credentials are not cached. If you are using the same remote hosting service (such as GitHub), then enter the hosting service credentials.
209
207
210
208
If you are using an internal LFS server (or another LFS service), you will need to enter the credentials for the LFS server.
211
209
212
-
###Common Pitfalls
210
+
## Common Pitfalls
213
211
214
-
####Why is LFS STILL not showing up?
212
+
### Why is LFS STILL not showing up?
215
213
216
-
If LFS is still not appearing as an option in GitKraken Client preferences menu, you may need to add it to your `Path` variable. This can happen if git or git LFS is not installed in the default directory. You should [Verify Git and LFS Versions](/gitkraken-client/git-lfs/#elementor-toc__heading-anchor-2).
214
+
If LFS is still not appearing as an option in GitKraken Client preferences menu, you may need to add it to your `Path` variable. This can happen if git or git LFS is not installed in the default directory. You should [Verify Git and LFS Versions](/gitkraken-client/git-lfs/#verify-git-and-lfs-versions).
217
215
218
-
####SSH Keys in GitKraken Client and the CLI
216
+
### SSH Keys in GitKraken Client and the CLI
219
217
Unlike most features in GitKraken Client, the LFS feature does require git for the CLI as well as LFS. This means that if you are trying to use SSH, your key will need to be configured in your GitKraken Client and for the CLI.
220
218
221
219
You can automatically generate an SSH Key in GitKraken Client in <kbd><strong>Preferences > SSH</strong></kbd> and save wherever you want locally, or the key will be in your `~\\.gitkraken\\profiles` folder if you generate from a specific integration.
222
220
223
221
You can also use the SSH Agent option to setup and manage your keys, and then tell GitKraken Client to use your agent. [Adding an SSH Key to an SSH Agent](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) by GitHub
224
222
225
-
####Using LFS installed using Homebrew on macOS
223
+
### Using LFS installed using Homebrew on macOS
226
224
227
225
If LFS was installed using Homebrew, it may not appear in your path. You can run `sudo launchctl config user path "/opt/homebrew/bin:$PATH"` to add homebrew utilities to the PATH for GUI apps. You can see more information on this from the [Homebrew documentation](https://docs.brew.sh/FAQ#my-mac-apps-dont-find-usrlocalbin-utilities).
0 commit comments