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

Looking for Minimal Example of Syncing GitLab/GitHub Issues #93

Open
ProfessorManhattan opened this issue Apr 8, 2022 · 1 comment
Open

Comments

@ProfessorManhattan
Copy link

Hey, I tried running the following:

git issue init
git issue import gitlab megabyte-labs%2Fnpm%2Fconfigs release
git issue import gitlab megabyte-labs semantic-release-config
git issue new -s 'Testing'
git issue exportall gitlab megabyte-labs%2Fnpm%2Fconfigs release

But, it's giving me an error that looks like this:

❯ git issue exportall gitlab megabyte-labs%2Fnpm%2Fconfigs release
Creating issue 5cc260f...
gitlab API communication failure
URL: https://gitlab.com/api/v4/projects/megabyte-labs%2fnpm%2fconfigs%2Frelease/issues
Data: {
  "title": "Testing",
  "description": ""
}
fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Operation aborted

Any idea on what is going wrong? I really like this project - thanks for making it. fingers crossed

@dspinellis
Copy link
Owner

Do you have an issue with an empty description? This could be the problem.

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

2 participants