Questions tagged [ungit]

ungit is a Git GUI client written in NodeJS.

6 questions
2
votes
0 answers

Installing ungit failed

I have some errors while intalling ungit with NPM. Check out this logs. Im on Win7 Pro x64. npm ERR! Error: ENOENT, chmod…
Duck
  • 21
  • 1
2
votes
1 answer

Cannot create repository with ungit

After installing ungit, I tried to test it with a mock folder (testungit). I used ungit CLI, then I have got this page. I would like to have this page to create a repository. During this installation, I had those lines : npm WARN engine…
Defoncesko
  • 657
  • 5
  • 25
1
vote
1 answer

Access ungit on a remote server over http

I have installed ungit on my VPS (Ubuntu 16.04 with apache server and several vhosts/projects). I am new to git so I thought using a visual GUI it will help my learning curve. is it possible to access the ungit over http from my local pc?? ex;…
androias
  • 57
  • 6
1
vote
1 answer

Can't install ungit globally from downloaded source code

I want to download and then to customize an ungit project. But when I make: git clone https://github.com/FredrikNoren/ungit and then npm install -g ./ungit I can't run, it throws the following error: module.js:442 throw err; ^ Error:…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
1
vote
1 answer

Ungit stopped working after updating

After updating Ungit stopped working. Please tell me what is the problem? When I run ungit an error: module.js:327 throw err; ^ Error: Cannot find module 'npm' at Function.Module._resolveFilename (module.js:325:15) at…
0
votes
0 answers

Git gui for remote repo that doesn't have a display

Before GIT, our workflow was as follows: we used WinSCP SFTP support, to connect to the server, and modified the codes directly on the server. This was good for us, as we could quickly test the code we wrote. At the moment, we are trying to switch…
Adam Baranyai
  • 3,635
  • 3
  • 29
  • 68