public git submodule fail
Hi, I have a problem with git submodules. The only way i have found it's to run script before build :
git submodule update --init --recursive
But This tips have worked the first time and now it doesn't works.
I have this log.
git : Submodule 'dependencies/googletest' (https://github.com/abseil/googletest.git) registered for path 'dependencies/googletest'
At line:1 char:1
+ git submodule update --init --recursive
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Submodule 'depe...ies/googletest':String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Cloning into 'C:/projects/synesthesia/dependencies/googletest'...
Submodule path 'dependencies/googletest': checked out '191f9336bc9212b5f5410ab663176f685cafed2a'
Command executed with exception: Cloning into 'C:/projects/synesthesia/dependencies/googletest'...
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on Nov 30, 2018 @ 12:35 AM
Can you try removing the
ps:
in front of that command, i.e. running it viacmd
instead and let us know the outcome.2 Posted by rack.kendorim on Nov 30, 2018 @ 02:07 PM
Hi,
It works with the cmd command.... but why powershell fail ? And why it works one time not other time
Support Staff 3 Posted by Owen McDonnell on Nov 30, 2018 @ 06:33 PM
Please link to the build to which you are referring.
4 Posted by rack.kendorim on Dec 03, 2018 @ 04:33 PM
Hi,
my previous message is not passed
the link : https://ci.appveyor.com/project/tmonseigne/synesthesia
Support Staff 5 Posted by Owen McDonnell on Dec 03, 2018 @ 04:59 PM
I'm not sure i can say precisely why powershell fails except to say it seems to be interpreting feedback from this submodule update as errors.
As to why it works one time and not the other, It looks like your initial build wasn't using an
appveyor.yml
config file at all. So perhaps you were not using powershell the first time that it worked.6 Posted by rack.kendorim on Dec 03, 2018 @ 05:16 PM
if so, I used it but I bypass the yml to test without powershell (to avoid 15 appveyor config commit). You're probably right for the fact that feedback becomes a mistake for him but in random mode or I was lucky the first time.
Owen McDonnell closed this discussion on Jun 27, 2019 @ 05:27 AM.