Skip to content

Commit b0403be

Browse files
committed
Fix broken links and formatting
1 parent 8ec4288 commit b0403be

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

gitkraken-client/git-lfs.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Navigate to your Preferences and you should see the LFS tab in the left panel:
120120
<img src='/wp-content/uploads/lfs-tab.png' srcset='/wp-content/uploads/[email protected] 2x' class='img-responsive center img-bordered' />
121121

122122
<div class='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>
124124
</div>
125125

126126
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_
187187

188188
## LFS FAQ
189189

190-
### LFS Features &amp; 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?
193191

194192
You will need to make sure you have Git v1.8.5 and LFS v2.0.0 installed on your local machine.
195193

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?
197195

198196
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.
199197

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?
201199

202200
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.
203201

204202
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.
205203

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?
207205

208206
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.
209207

210208
If you are using an internal LFS server (or another LFS service), you will need to enter the credentials for the LFS server.
211209

212-
### Common Pitfalls
210+
## Common Pitfalls
213211

214-
#### Why is LFS STILL not showing up?
212+
### Why is LFS STILL not showing up?
215213

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).
217215

218-
#### SSH Keys in GitKraken Client and the CLI
216+
### SSH Keys in GitKraken Client and the CLI
219217
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.
220218

221219
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.
222220

223221
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
224222

225-
#### Using LFS installed using Homebrew on macOS
223+
### Using LFS installed using Homebrew on macOS
226224

227225
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

Comments
 (0)