ServiceNow IDE Git challenges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 01:53 PM - edited 12-10-2024 01:55 PM
I have followed the Doc directions for Initialize a Git repository with the ServiceNow IDE (https://www.servicenow.com/docs/csh?topicname=initialize-git-repository-servicenow-ide.html&version=....
Summary of steps
- Created a scoped application with the ServiceNow IDE.
- Created a dedicated Git repository for the application on GitHub.
- Set basic credentials (tried Fine-grained tokens and classic tokens) for the ServiceNow IDE to connect to Git repository.
- Navigate to All > ServiceNow IDE.
- Open a workspace with an application that isn't connected to a Git repository.
- From the Activity Bar, select the Source Control view.
- Select Initialize Repository or use the Git: Initialize Repository command from the command palette.
- Select the application for which you want to initialize a Git repository and press Enter.
- Select main as the default branch name or enter another name and press Enter.
- Select the Stage All Untracked Changes icon.
- Enter a commit message and select the Commit icon.
- Select the More actions menu icon and select Push.
- Enter a remote repository URL and press Enter.
After this, I see:
However, when I got to the remote repo, nothing is in it. I have checked my System Logs and see some 200 messages that appear to indicate (to me) that authentication is working.
Not sure what else to check at this point, but I'm open to ideas.
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 07:13 AM
Is anyone home in this forum? 🙂
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 08:59 AM
hey @WORKFLOW-COWBOY ! sorry for missing your message. Could you please share details of the IDE version and instance version you are on? You can visit `/stats.do` to get the instance version and to the Application Manager (search for "sn_glider") for the IDE app version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2025 06:24 AM
Hi Edwin - now I'm the one not responding for two weeks. 😅
My instance is glide-xanadu-07-02-2024__patch3-hotfix1-11-13-2024 and I'm running 1.1.4 of the SN IDE.
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 05:43 PM
1. Git output channel logs. These can be accessed like this:
Also, we have released a newer version IDE 1.1.20. Please let me know if you are still experiencing this issue with the latest release.