Skip to content

Gulp getUpstream throws error #4

@newswim

Description

@newswim

Greetings! Following some instructions I received from @splendido; trying gulp getUpstream --tag v2.4.3 the following error occurs:

[15:12:33] Using gulpfile ~/Documents/dev/test_cases/jspdf-core-wrapper/gulpfile.js
[15:12:33] Starting 'getUpstream'...
[15:12:33] Finished 'getUpstream' after 3.67 ms
cloning https://github.com/MrRio/jsPDF.git
[15:12:38] Submodule 'libs/Blob.js' (https://github.com/eligrey/Blob.js.git) registered for path 'libs/Blob.js'
Submodule 'libs/FileSaver.js' (https://github.com/eligrey/FileSaver.js.git) registered for path 'libs/FileSaver.js'
Submodule 'libs/adler32cs.js' (https://github.com/chick307/adler32cs.js.git) registered for path 'libs/adler32cs.js'
Submodule path 'libs/Blob.js': checked out 'b0141af46b608e03942fd5feb6b961dfb6f8018c'
Submodule path 'libs/FileSaver.js': checked out 'babc6d9d8fc60e667ddeafb7a7d3b844ce761ab5'
Submodule path 'libs/adler32cs.js': checked out 'c6576b4ed91b4216973bf85d8478a49970934515'
 Cloning into 'upstream'...
Cloning into 'libs/Blob.js'...
Cloning into 'libs/FileSaver.js'...
Cloning into 'libs/adler32cs.js'...

checking out v2.4.3
/Users/dm/Documents/dev/test_cases/jspdf-core-wrapper/gulpfile.js:28
        if (err) throw err;
                       ^
Error: Command failed: /bin/sh -c git checkout   'v2.4.3'
error: pathspec 'v2.4.3' did not match any file(s) known to git.

    at ChildProcess.exithandler (child_process.js:751:12)
    at ChildProcess.emit (events.js:110:17)
    at maybeClose (child_process.js:1015:16)
    at Socket.<anonymous> (child_process.js:1183:11)
    at Socket.emit (events.js:107:17)
    at Pipe.close (net.js:485:12)

Do I need to specify a different tag?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions