Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 branch missing #70

Open
rostgoat opened this issue May 26, 2020 · 4 comments
Open

v1 branch missing #70

rostgoat opened this issue May 26, 2020 · 4 comments

Comments

@rostgoat
Copy link

Running

yarn add https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git\#gatsby-v1

returns

Couldn't find match for "gatsby-v1" in "refs/heads/lint,refs/heads/master,refs/tags/4.1.0,refs/tags/5.0.0,refs/tags/5.1.1,refs/tags/v5.2.0" for "https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git"

Looks like v1 branch is missing?

@benjaminhoffman
Copy link
Owner

fck. i deleted the gatsby-v1 branch! grrrh. sorry!

i tried to bring it back by finding the last stable commit for gatsby v1, then reseting to that time, and pushing this up to github. but im running into issues locally.

can you take a look yourself? the commit is df78a76

@rostgoat
Copy link
Author

forked and ran git log

commit a205b28be856ee7a15850bd8ada719d81e09891e
Author: Stephan Schneider <[email protected]>
Date:   Mon Sep 2 10:38:34 2019 +0300

    fix: test field key to start with 'group['
    
    Fixes #47
    
    BREAKING CHANGE: field keys were claimed to be uppercased before, but weren't. Now they are really transformed to uppercase

checked out this commit and ran my app locally - things worked (yay)

pushed up this commit in a branch called last-working-v1 to my fork.. not sure what to do from here tbh?

@rostgoat
Copy link
Author

I can't push to your repo directly even if I reset my origin to point to the original repo

remote: Permission to benjaminhoffman/gatsby-plugin-mailchimp.git denied to rostgoat.
fatal: unable to access 'https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git/': The requested URL returned error: 403

@studiopda
Copy link

For anyone encountering this issue make sure to delete your yarn / npm lock files as the there's a mismatch with the dependancies. All working off the latest v1 branch after we did that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants