Git Product home page Git Product logo

Comments (27)

iSevenDays avatar iSevenDays commented on August 19, 2024

Hi!
You don't have git-lfs installed.

Please follow installation rules here: https://git-lfs.github.com

Also please don't forget to delete Podfile.lock, Pods folder and .xcworkspace file before next pod install.

Thanks!

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

I tried but always fail. Please help!

Linh-Trans-MacBook-Pro:~ TranNgocLinh88$ brew install git-lfs
==> Downloading https://homebrew.bintray.com/bottles/git-lfs-1.0.2.el_capitan.bo
######################################################################## 100.0%
==> Pouring git-lfs-1.0.2.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/git-lfs
Target /usr/local/bin/git-lfs
already exists. You may want to remove it:
  rm '/usr/local/bin/git-lfs'

To force the link and overwrite all conflicting files:
  brew link --overwrite git-lfs

To list all files that would be deleted:
  brew link --overwrite --dry-run git-lfs

Possible conflicting files are:
/usr/local/bin/git-lfs
==> Summary
🍺  /usr/local/Cellar/git-lfs/1.0.2: 5 files, 9.6M

from q-municate-services-ios.

iSevenDays avatar iSevenDays commented on August 19, 2024

Please do the following

"You may want to remove it:
rm '/usr/local/bin/git-lfs'"

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

Now I have this issue:

Using Tower.

fatal: could not read Username for 'https://github.com': Device not configured

from q-municate-services-ios.

iSevenDays avatar iSevenDays commented on August 19, 2024

This error is not related to Quickblox QMServices, please fix your github settings and then try again

For example, you can try
kemayo/sublime-text-git#176
http://stackoverflow.com/questions/22147574/fatal-could-not-read-username-for-https-github-com-no-such-file-or-directo
OHI-Science/ohicore#104
http://stackoverflow.com/questions/20871549/error-when-push-commits-with-github-fatal-could-not-read-username

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

I can not commit to git. This is my error.

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree commit -q -F /var/folders/y8/540lbgjx4g14nrcc91qm5st40000gn/T/SourceTreeTemp.as40yL 


git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags --set-upstream UAS refs/heads/development_UAS:refs/heads/development_UAS 
Pushing to https://github.com/unityappstudio/q-municate-services-ios
Frameworks/Quickblox.framework/Versions/A/Quickblox is an LFS pointer to 587687c7b20b58ce4f6ed3fd0048f04a1181d20c1638d8ed84665511c52518fe, which does not exist in .git/lfs/objects.

Run 'git lfs fsck' to verify Git LFS objects.
error: failed to push some refs to 'https://github.com/unityappstudio/q-municate-services-ios'
Completed with errors, see above

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

We are currently investigating this issue and will post update soon.

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

Thank you for reporting the issue, we have fixed it.
Try to clone it again, everything should be fine.

Please verify this.

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

I can check out but can not install via cocoapods.

from q-municate-services-ios.

iSevenDays avatar iSevenDays commented on August 19, 2024

Hi tranngoclinh88,

Do you still have the same error log?

Please check that

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

Now. I can merge code but still can not install.

from q-municate-services-ios.

iSevenDays avatar iSevenDays commented on August 19, 2024

Please provide us logs

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

Here is my log.

Installing QMServices (0.3.6)

[!] Error installing QMServices
[!] /Applications/CocoaPods.app/Contents/Resources/bundle/bin/git clone https://github.com/QuickBlox/q-municate-services-ios.git /var/folders/y8/540lbgjx4g14nrcc91qm5st40000gn/T/d20160217-82997-s7d1bj --single-branch --depth 1 --branch 0.3.6

Cloning into '/var/folders/y8/540lbgjx4g14nrcc91qm5st40000gn/T/d20160217-82997-s7d1bj'...
Note: checking out 'a9db8f8f861153729936dac692c2fc71174ae50e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

git-lfs smudge 'Frameworks/Bolts.framework/Versions/A/Bolts': git-lfs: command not found
error: external filter git-lfs smudge %f failed -1
error: external filter git-lfs smudge %f failed
fatal: Frameworks/Bolts.framework/Versions/A/Bolts: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

I installed git-lfs.

Linh-Trans-MacBook-Pro:~ TranNgocLinh88$ git-lfs install
Git LFS initialized.
Linh-Trans-MacBook-Pro:~ TranNgocLinh88$

from q-municate-services-ios.

iSevenDays avatar iSevenDays commented on August 19, 2024

Hi

Please see this #133 (comment)

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

@iSevenDays
I got an error while install QMServices from my clone git.

Pre-downloading: `QMServices` from `https://github.com/unityappstudio/q-municate-services-ios.git`
Unable to find a specification for 'QMServices'.

Here is my pod:

pod 'QMServices', :git =>'https://github.com/unityappstudio/q-municate-services-ios.git'

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

Please try to use
pod 'QMServices', :git => '[email protected]:QuickBlox/q-municate-services-ios.git', :branch => 'development'

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

@Raikerian
I want to use my clone git because I want to use some functions that I added.

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

Try to clone it using SSH:
[email protected]:tranngoclinh88/q-municate-services-ios.git

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

@Raikerian
Using SSH is hard to config. Do you know why I can not use https?

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

Just double checked your error, seems like problem is occured due to git lfs is being enabled on your repository. Can you check it and turn it off?

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

How can I do that @Raikerian ?

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

Apply this patch to your forked repository: 44d1b89

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

@Raikerian
I tried to delete forked git, re-fork QMServices then config Pod file.
Still get the same error.

Analyzing dependencies
Pre-downloading: `QMServices` from `https://github.com/unityappstudio/q-municate-services-ios.git`
[!] Unable to find a specification for 'QMServices'.

My pod file

pod 'QMServices', :git =>'https://github.com/unityappstudio/q-municate-services-ios.git'

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

You still have this in your forked repository: https://github.com/tranngoclinh88/q-municate-services-ios/blob/master/.gitattributes

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

Did you check https://github.com/unityappstudio/q-municate-services-ios.git?
This git does not have that file. Still can not install.

from q-municate-services-ios.

Raikerian avatar Raikerian commented on August 19, 2024

My bad, try to modify podfile with this:

pod 'QMServicesDevelopment', :git =>'https://github.com/unityappstudio/q-municate-services-ios.git'

from q-municate-services-ios.

tranngoclinh88 avatar tranngoclinh88 commented on August 19, 2024

Thank @Raikerian for your supporting.
I can install now. :)

from q-municate-services-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.