We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i try to use your manual to set up our gateway and the line:
git add . git -m "first upload of ttn files to resin" git push resin master
gives me a error: error: unknown switch m'`
unknown switch
I am on a Mac (OSX, running Sierra), just using the standard terminal. Thank you for your help!
The text was updated successfully, but these errors were encountered:
The newlines went missing. Try:
git add . git commit -m "first upload of ttn files to resin" git push resin master
Sorry, something went wrong.
fixed the README.md
The "comit" is needed in the second line and still missing readme.md, could you please add it?
right you are. fixed again.
No branches or pull requests
Hello, i try to use your manual to set up our gateway and the line:
git add . git -m "first upload of ttn files to resin" git push resin master
gives me a error: error:
unknown switch
m'`I am on a Mac (OSX, running Sierra), just using the standard terminal. Thank you for your help!
The text was updated successfully, but these errors were encountered: