-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When executing
spark-package publish -c ".sp-creds.txt" -n "TargetHolding/pyspark-cassandra" -v 0.3.4 -f . -z target/pyspark-cassandra-0.3.4.zipi get the following error
ERROR: Error while accessing commit on Github. Are you sure that you pushed your local commit to the remote repository?
While
$ git rev-parse HEAD
e3b880d00f80d1d4dd43691be06c12e9fad1d79dmatches [https://github.com/TargetHolding/pyspark-cassandra/commit/e3b880d00f80d1d4dd43691be06c12e9fad1d79d].
And git also claims I'm up to date:
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory cleanor with git push
$ git push
Everything up-to-dateAny suggestions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels