git-lfs

Bitbucket - push repo with git lfs

佐手、 提交于 2019-12-19 07:43:13
问题 When I'm trying to push my files into bitbucket repo (some of them tracked by git LFS, pattern is *.uasset ), I'm getting this error (I've changed actual credentials with --- ): git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master Pushing to https://---@bitbucket.org/---/---.git Git LFS: (0 of 241 files) 0 B / 372.25 MB Post https://bitbucket.org/account/signin/?next=/account/signin/%3Fnext%3D/account/signin/%253Fnext%253D/---/---.git

Why am I getting a CoreData error in my iOS or OSX app when I'm not using CoreData?

三世轮回 提交于 2019-12-13 00:17:35
问题 I get the following error during a build. "API Misuse: Attempt to serialize store access on non-owning coordinator (PSC = 0x7fb5ae208890, store PSC = 0x0) CoreData Why am I getting a CoreData error in my app? I'm not using CoreData! 回答1: This message is not referring to your use of CoreData, rather it is referring to Xcode's internal use in order to manage part of your project. One possibility (it happened to me) is that there is corruption in one of the .xcassets files in your project. In my

Cannot use older version of git-lfs on a repo created using latest version

落爺英雄遲暮 提交于 2019-12-12 10:37:38
问题 I have a local repo with a bunch of git-lfs files tracked. It was creted using git-lfs version 2.1.0. If I try to do a checkout on that repo using git-lfs version 1.5.6, I get the error: Error: unknown command "post-checkout" for "git-lfs" Run 'git-lfs --help' for usage. I get the same error after running git-lfs install in the repo. Is git-lfs not backwards-compatible? 回答1: I guess the answer to your question is "no, git lfs is not backwards compatible". You would need to update your git lfs

LFS: Git credentials for..XXXX..not found. Your user name must be of the form DOMAIN\user

吃可爱长大的小学妹 提交于 2019-12-12 09:46:57
问题 So we are trying to setup GIT LFS with on premises TFS and we are having a couple of errors. The errors and setup are described below: Setup: 1) On-premises TFS 2017 w/Update 1 2) Visual Studio 2015 w/Update 3 3) Atlassian SourceTree (Git Client) 4) GIT LFS is installed on the developer's system 5) The Git Credential Manager for Windows (GCM) Errors: Going to Tools->Options->[Git Tab] in SourceTree and selecting [Use System Git] and trying to checkout a version of the file from history

git lfs clone vs git clone

混江龙づ霸主 提交于 2019-12-12 08:27:45
问题 If I have git lfs installed on the client and I run: git clone is this equivalent to git lfs clone or will different results occur? Thank you! The answer to this question: Can one clone a Git LFS repo without installing Git LFS? seems to imply that git clone will work if you have git lfs installed. It isn't clear if this means that the two commands will work the same. Unfortunately my reputation is too low to comment and ask. 回答1: I updated the git client from 2.10.0 to 2.16.1 and it now says

How to remove dangling commits in remote git repository like VSTS

假装没事ソ 提交于 2019-12-12 04:45:17
问题 I've been trying to decrease the size of my Git repository by moving some files to git LFS. A few 100 commands further, here we are with files in git LFS and no more history of these files in my git commits. However, whenever I clone the repository I am still downloading about 3gb of objects. I worked around this issue by creating a new repository in Visual Studio Team Services and after pruning and garbage collecting my repository locally, then doing a push to there, it was reduced to 300mb.

git lfs not working properly for files larger than 100MB

好久不见. 提交于 2019-12-12 03:36:28
问题 I was suggested by git to use git lfs for large files. After I tracked them with git lfs and checked if they are added to .gitattribute I still get the error that files are larger than 100MB for the same exact files. What are the suggestions here and how I can solve this problem? I would need to upload these large files as part of the project to github as well. jalal@klein:~/computer_vision/py-faster-rcnn$ git push -u origin masterUsername for 'https://github.com': monajalal Password for

Git Large File Storage with Google Cloud Storage

丶灬走出姿态 提交于 2019-12-10 22:18:44
问题 I am part of the project, where we use git repository hosted on google cloud source repository. Right now we use google cloud storage to store raw and processed data. Everyone involved in the project downloads the data and places it locally in the ./data folder, which is .gitignore -ed. I would prefer to use git LFS instead, but it is required that if the data has to be stored somewhere externally, it may only be GCS. Is it possible to configure git LFS, Google Cloud Source Repository and

Git:Heroku Repository or object not found:

Deadly 提交于 2019-12-10 15:44:56
问题 Here is the error message from Heroku master push command Git LFS: (0 of 5 files) 0 B / 167.50 MB batch response: Repository or object not found: https://git.heroku.com/xxxx-brushlands-xx267.git/info/lfs/objects/batch Check that it exists and that you have proper access to it error: failed to push some refs to 'https://git.heroku.com/xxxx-brushlands-xx267.git' Added a long text file to Git LFS (git for large files) and after that Heroku stopped working. What might be the issue ? 回答1: After

git lfs “objects” taking a lot of disk space

我们两清 提交于 2019-12-10 01:19:45
问题 I have a project with a lot of binaries (mostly pdfs) that I'm using git-lfs with. The project is about 60mb but I found that my .git/lfs/objects director is about 500mb. I presume these are cached versions of previous commits. Is there a way to gracefully delete these (ie delete them without corrupting the state of git)? The odds of me ever wanting previous versions of the files in LFS are near 0 now especially since the project is over. 回答1: I found the git-lfs man pages. It turns out there