ServiceNow IDE Git challenges

WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

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.
  1. Navigate to All > ServiceNow IDE.
  2. Open a workspace with an application that isn't connected to a Git repository.
  3. From the Activity Bar, select the Source Control view.
  4. Select Initialize Repository or use the Git: Initialize Repository command from the command palette.
  5. Select the application for which you want to initialize a Git repository and press Enter.
  6. Select main as the default branch name or enter another name and press Enter.
  7. Select the Stage All Untracked Changes icon.
  8. Enter a commit message and select the Commit icon.
  9. Select the More actions menu icon and select Push.
  10. Enter a remote repository URL and press Enter.

After this, I see:

WORKFLOWCOWBOY_4-1733867504535.png

 

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.

WORKFLOWCOWBOY_5-1733867603963.png

 

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
4 REPLIES 4

WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

Is anyone home in this forum? 🙂


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

EdwinCoronado
ServiceNow Employee
ServiceNow Employee

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.

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

Aniket11
ServiceNow Employee
ServiceNow Employee

Hi @WORKFLOW-COWBOY 

 

Thank you for sharing the versions.
 
If you are still facing this issue, could you please share the following:

1. Git output channel logs. These can be accessed like this:

Aniket11_0-1737163685450.png

2. Console errors logged in your browser.


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.