git-credential-osxkeychain password needed when i try to push to github repo #2170
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI am trying to enable push notification capabilities on Codemagic usign remote access. I succesfully enabled push notification capabilities and tried to push github repo but it asked git-credential-oxskeychain's password. How i tried to login: But none of it worked. I'll wait for the help. Expected resultsI want to push my new ios file to github repo. Actual resultsNothing allowed unfortunately for git-credential-osxkeychain password so i couldn't push. Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved it by removing auth with git credentials.
Why i used this to push new files to ios:
Push with new ios file. It solved this error aswell: Message: Error: [firebase_messaging/apns-token-not-set] APNS token has not been set yet. Please ensure the APNS token is available by calling ps. I still can't get notifications on my iPhone but i don't get any error messages. So it is probably about my Firebase configurations and flutter code. |
Beta Was this translation helpful? Give feedback.
I solved it by removing auth with git credentials.
Why i used this to push new files to ios:
I am trying to enable push notifications from Capabilities. If you don't have MacOS you need to follow these steps: