Dear All,
I'm looking to manage my version control using Git and integrate GitHub into Code Composer Studio. Could anyone help me with this?
I'm also experiencing a similar issue as described in this post.
Thank you,
Cody
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear All,
I'm looking to manage my version control using Git and integrate GitHub into Code Composer Studio. Could anyone help me with this?
I'm also experiencing a similar issue as described in this post.
Thank you,
Cody
Hi Cody,
Could you link me the similar issue you're facing?
In general, you should be able to use Git or GitHub for your projects. As long as their is a .git folder within your project, CCS should view that as a version control project automatically. You will still need to use your GitHub tools to push, pull etc to your repository.
Best,
Ryan Ma
Dear Ryan,
Based on this E2E forum.
ccs and github - Code Composer Studio forum - Code Composer Studio︎ - TI E2E support forums
Do we have any document here for importing Github?
Best Regards,
Eric Chen
Hi Ryan,
I've referred to this page, but when I push with GitBash, it works fine. However, when I press "Commit and Push" in CCS, a dialog pops up asking me to log in. But now GitHub doesn't require login, so I should be able to push directly. Even if I log in, it keeps popping up with errors saying I've logged in incorrectly
Could you please assist me with this?
Thanks,
Cody

Hi Cody,
We also have a user guide for the EGit on CCS. This seems like an authentication error. Could you make sure that you've configured your git identification correctly? Can you show the errors that are displaying?
https://wiki.eclipse.org/EGit/User_Guide#Configuration
Best,
Ryan Ma
This link will help solve this issue. You have to use token based authentication instead of username / password. I cannot help any further since this is now a github related issue.
But, I would suggest creating a ssh key.
Best,
Ryan Ma