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
Hello.
I'd like to use our own s3-compatible storage for LFS blobs. It works fine in command line interface.
How to use this actions/checkout action for the same? Example usage is very welcome!
Hello @retzero!
I just ran into this problem.
We using Gitea as LFS server, ssh_known_hosts, ssh_configuration and ssh private key For Accessing Gitea Over SSH have been added to the REPOSITORY Secrets.
That Secrets is Correctly Appended to `/.ssh/config, ~/.ssh/known_hosts and ~/.ssh/privatekey files, but Fetching of LFS objects does not work.
That Action seems to simply ignore .lfsconfig with the right URL, and is trying to get lfs objects From Github.
So the solution is as follows:
Configure ssh using repository / organization secrets.
Use actions/checkout action to checkout repository, but keep lfs false by default.
Hello.
I'd like to use our own s3-compatible storage for LFS blobs. It works fine in command line interface.
How to use this
actions/checkout
action for the same? Example usage is very welcome!Here is my current
.lfsconfig
;The text was updated successfully, but these errors were encountered: