Talk:Using Git

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(succesful pull on Debian Lenny: new section)
(Not working with my login?)
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)
 
Anyone use [http://sourceforge.net/projects/gitextensions/ Git Extensions] for Windows?  Supposedly integrates with Windows Explorer.  Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives.  --[[User:DaveCoyle|DaveCoyle]] 02:03, 5 August 2009 (UTC)
  
== succesful pull on Debian Lenny ==
+
== Not working with my login? ==
  
Made an succesful pull of commits. Don't know if worth mentioning in the wiki .
+
I'm trying an initial git clone (want to try and compile with bulletsim) - but can't login with windows git. Keeps asking for the password and then  invallidating the password - problem?
  
 +
Ray
  
i386PC:/mnt/sda1/opensim/bin# cd ..
+
: I think you are using the methid for core developers. Look under [[Using_Git#Cloning_the_Repositry_.28for_Non_Core_Developers.29]], this should work without asking for a password.
i386PC:/mnt/sda1/opensim# git pull
+
: --[[User:Fritigern|Fritigern]] 10:35, 10 August 2011 (UTC)
remote: Counting objects: 115, done.
+
 
remote: Compressinremote: g objects: 100% (76/76), done.
+
Almost - I was using the non-core, but I hadn't noticed the copy-paste had changed the "git://" header to "ssh://" - changed this back and now pulling ok.
remote: Total 77 (delta 60), reused 0 (delta 0)
+
 
Unpacking objects: 100% (77/77), done.
+
: I do think that this article could do with a good rewrite to restructure it, so that stuff for non-developers are grouped together, and the stuff for developers are grouped together.
From git://opensimulator.org/git/opensim
+
: I will look into this.
  8cd9e59..1b65bd5  master    -> origin/master
+
: --[[User:Fritigern|Fritigern]] 18:07, 11 August 2011 (UTC)
Updating 8cd9e59..1b65bd5
+
Fast forward
+
OpenSim/Framework/AvatarAppearance.cs              |    3 +-
+
.../Communications/Tests/LoginServiceTests.cs      |    4 +-
+
.../ClientStack/LindenUDP/LLPacketHandler.cs      |    4 +-
+
.../TextureDownload/UserTextureDownloadService.cs  |  41 ++++++++++----------
+
.../Archiver/Tests/InventoryArchiverTests.cs      |   17 +++++---
+
.../CoreModules/Scripting/LSLHttp/UrlModule.cs    |    6 +-
+
OpenSim/Region/Physics/OdePlugin/OdePlugin.cs      |    3 +-
+
.../Shared/Api/Implementation/LSL_Api.cs          |    4 +-
+
.../Freeswitch/FreeswitchServerGetHandler.cs      |    4 +-
+
.../FreeswitchService/FreeswitchService.cs        |    4 +-
+
10 files changed, 46 insertions(+), 44 deletions(-)
+

Revision as of 11:07, 11 August 2011

Anyone use Git Extensions for Windows? Supposedly integrates with Windows Explorer. Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives. --DaveCoyle 02:03, 5 August 2009 (UTC)

Not working with my login?

I'm trying an initial git clone (want to try and compile with bulletsim) - but can't login with windows git. Keeps asking for the password and then invallidating the password - problem?

Ray

I think you are using the methid for core developers. Look under Using_Git#Cloning_the_Repositry_.28for_Non_Core_Developers.29, this should work without asking for a password.
--Fritigern 10:35, 10 August 2011 (UTC)

Almost - I was using the non-core, but I hadn't noticed the copy-paste had changed the "git://" header to "ssh://" - changed this back and now pulling ok.

I do think that this article could do with a good rewrite to restructure it, so that stuff for non-developers are grouped together, and the stuff for developers are grouped together.
I will look into this.
--Fritigern 18:07, 11 August 2011 (UTC)
Personal tools
General
About This Wiki