lfs

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

匿名 (未验证) 提交于 2019-12-03 09:18:39
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 results in the following error: git-lfs/2.0.1 (GitHub;

git-lfs checkout remote branch

匿名 (未验证) 提交于 2019-12-03 09:13:36
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to checkout a branch from a remote that uses lfs to store files: git remote add remoteRepo git@github.com:user/remoteRepo-lfs.git git fetch remoteRepo git checkout -b test remoteRepo/master It is worth mentioning that the remote has been subject to the bozaro/git-lfs-migrate tool. The checkout process stops with an error and a git lfs logs last shows: git-lfs/1.4.4 (GitHub; linux amd64; go 1.7.3; git cbf91a9) git version 2.10.2 $ git-lfs smudge -- testText.log Error downloading object: testText.log

GIT LFS tracking old data

匿名 (未验证) 提交于 2019-12-03 09:05:37
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have an issue with GIT LFS: my project got to a point in which I'm tracking 1.5GB of LFS data, much more than what I have (all tracked content without LFS would be 108MB). I started investigating this issue and it looks like since I started refactoring and moving my files around git lfs just duplicated the OIDs and tracked them several times. I tried cleaning up the project using BFG by following this guide , when I run git lfs ls-files it shows me the list of all tracked files with their updated OID (all looks fine). But when I push into

AS/400 DB2 Logical File vs Table Index

匿名 (未验证) 提交于 2019-12-03 03:08:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm coming from a MSSQL background, and when I ask people at my company if they've created Indexes on certain columns they'll say yes but point me to these things call Logical Files. In the iSeries Navigator these Logical Files show up under the 'Views' category. When I click the 'Indexes' category nothing is there, leading me to believe that there are actually no Indexes created on any columns, at least as I understand them. A Logical File appears to be a View sorted by certain columns. So my question is, are Logical Files and

GitHub: Clone succeeded, but checkout failed

匿名 (未验证) 提交于 2019-12-03 02:48:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am having some problems working with git clone .The files are downloaded in my local git folder. Running the command git checkout -f HEAD gives me- Error: 'The unable to write new index file error caused by the lack of disk space'. I've manually removed big files from my computer, but still getting the same error. Cloning into 'ffmpeg'... remote: Counting objects: 7890, done. remote: Compressing objects: 100% (4412/4412), done. Receiving objects: 100% (7890/7890), 299.75 MiB | 24.19 MiB/s, done. remote: Total 7890 (delta 3346), reused 7846

Is it possible for git lfs pull to ignore some files / folders?

匿名 (未验证) 提交于 2019-12-03 02:24:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Short question: Is it possible to configure git such that regular git pull will ignore some files? Problem description: I have a repository that includes some large data files (stored using git lfs) While some developers who work on the data files need updated versions of these files, other developers need the files, but not necessarily the most recent version. They do need updated code versions. And the data files are in the same repository as the code. I want to set up for way that a regular pull wouldn't update the data files. I know it's

Error In PHP5 ..Unable to load dynamic library

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: root@ip-10-131-9-200:/etc/php5/apache2# php -a PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/curl.so' - /usr/lib/php5/20090626+lfs/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/mcrypt.so' - /usr/lib/php5/20090626+lfs/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5

How to add a remote to a repository with lfs?

匿名 (未验证) 提交于 2019-12-03 01:35:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to set up something like this: a bare repo on my HDD drive and a clone of it on my SSD with lfs installed. I'm doing it like this: First I set up a bare repo on my HDD: mkdir git_lfs_test.git cd git_lfs_test.git git init --bare And then on my SSD: git clone D:/Git/git_lfs_test.git cd git_lfs_test git lfs install git lfs track '*.png' After doing this I open the cloned repo in GitKraken. I make the initial commit and then commit and push the .gitattributes file. Then I create a png file (which GitKraken recognises as a lfs file)

Git lfs - “this exceeds GitHub's file size limit of 100.00 MB”

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have some csv files that are larger than github's file size limit of 100.00 MB. I have been trying to use the Git Large File Storage extension. https://git-lfs.github.com/ From LFS - "Large file versioning- Version large files―even those as large as a couple GB in size―with Git." I have applied the following on the folders of concern: git lfs track "*.csv" However, when I push: remote : error : File Time - Delay - ftn / Raw - count - data - minor - roads1 . csv is 445.93 MB ; this exceeds GitHub 's file size limit of 100.00 MB

Fail to clone repository with git lfs

匿名 (未验证) 提交于 2019-12-03 01:18:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: My repo uses git lfs. For a fresh clone, I ran: git lfs install git clone https://example.com/repo.git The clone gets to the point where it starts downloading lfs files, gets to some file and then fails. The file at which it fails is different each time I attempt to clone. Very occasionally it succeeds. Here is the output: Cloning into 'repo'... remote: Counting objects: 35699, done. remote: Compressing objects: 100% (17678/17678), done. remote: Total 35699 (delta 15603), reused 35553 (delta 15545) Receiving objects: 100% (35699/35699), 231