TortoiseGit-ExcelComparison - A script for using Spreadsheet Comparison 2016 with TortoiseGit (or SVN)
Based off the launcher script for XSLX diffing found here:Â https://www.cnblogs.com/micele/p/5014037.html
I’ve updated it to support Spreadsheet Compare 2016. This allows you to produce a meaningful diff between two XSLX files. I’m using this to aid in resolving merge conflicts between Excel files.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
TenÃa ya instalado TortoiseGit-1.8.3.0 64 bits, Git-1.8.1.2 (al cual le habÃa asignado como cliente SSH a Tortoise) y Putty-0.62 en mi PC, Windows 7. Normalmente el acceso al servidor remoto CVS tan solo necesitaba la instalación de TortoiseCVS y el mismo podÃa reconocer la versión instalada de Putty para conectarse por SSH al servidor (habiendo cargado previamente la llave con extensión .ppk que se genera con la llave pública y privada) y realizar la identificación del usuario. Todo era de cierta forma transparente. Sin embargo, con TortoiseGit, un cliente adicional de Putty aparece en el juego y además hay un supuesto TortoiseGitPlink que da ciertos problemas como el que me sucedÃa a mi. Al momento de hacer un git push o un git clone o cualquier cosa que involucrara el servidor aparecÃa el problema siguiente:
  TortoiseGitPLink Fatal ErrorÂ
  Disconnected: No supported authentication methods available (server sent: publickey, gssapi-keyex, gssapi-with-mic)Â
 1- Descargar TortoiseGit-1.8.3.0-64bit.msi y Git-1.8.1.2-preview20130201.exe
 2- Instalar TortoiseGit normalmente.
 3- Ejecutar el instalador de Git. Seleccionar las opciones de 'Use Git Bash Only' y de 'Use OpenSSH'. La segunda viene siendo bien importante.
 4- Colocar la llave SSH (id_rsa) en la carpeta .ssh que deberÃa estar localizada en el directorio del usuario, e.g. C:\Users\myUser\.ssh\id_rsa (la carpeta .ssh puede ser facilmente creada por lÃnea de comandos lanzando un  mkdir .ssh)
 5- En la configuración de TortoiseGit, ir a Network, y asignar como 'SSH Client': C:\Program Files (x86)\Git\bin\ssh.exe
 6- Intenta un clone o un push o cualquier cosa que tenga acceso al servidor. Va a preguntarte tu contraseña de la llave SSH y ... now it works!
 Nota: Otras posibilidades para acceder a Git son:
   - La consola de comandos 'Git bash' instalada con Git
   - Con Eclipse (personalmente me gusta esta): Import,  'Projects from Git', URI. Es importante confirmar en Window -> Preferences -> General -> Network Connections -> SSH2 que el cliente SSH está accediendo sin problema a las llaves disponibles en el sistema.