Open ghos7ie opened 1 month ago
By the way, this is more detail of how to do it with SourceTree:
workflow
in github.origin
from
https://github.com/<your_git_hubname>/ip.git
to https://<The_Personal_Access_Token_key>@github.com/<your_github_name>/ip.git
You can see The_Personal_Access_Token_key after create the token.To add on for those not using SourceTree, I solved it on Windows 11 / IntelliJ by:
Hi, just wanted to share for those facing this issue when attempting A-CI increment.
I solved this issue by following this StackOverflow post.
TLDR:
Additionally, if you receive errors in your CI pipeline, you can check what went wrong under the
Actions
tab of your repo.I had issues with CheckStyle and my JUnit tests, which caused my CI to fail.